blob: 6d9aa9eff28a8ef4597481730d453955004713f3 [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;
}