blob: 43d13d0b827f7452f4a68a3d6bb5be4f928866d7 [file] [log] [blame]
// COMPILE_SEPARATELY:
// EXTRA_SOURCES: imports/testmod1a.d imports/testmod1b.d
// PERMUTE_ARGS:
struct Foo(T) {
void foo(T arg) { }
}
int main()
{
return 0;
}