mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
13 lines
170 B
D
13 lines
170 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/testmod1a.d imports/testmod1b.d
|
|
// PERMUTE_ARGS:
|
|
|
|
struct Foo(T) {
|
|
void foo(T arg) { }
|
|
}
|
|
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|