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