1 // COMPILE_SEPARATELY 2 // EXTRA_SOURCES: imports/testmod1a.d imports/testmod1b.d 3 // PERMUTE_ARGS: 4 5 struct Foo(T) { 6 void foo(T arg) { } 7 } 8 9 10 int main() 11 { 12 return 0; 13 } 14