mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
12 lines
178 B
D
12 lines
178 B
D
// COMPILE_SEPARATELY:
|
|
// EXTRA_SOURCES: imports/a19a.d
|
|
// PERMUTE_ARGS:
|
|
|
|
import imports.a19a;
|
|
|
|
int main(char[][] args)
|
|
{
|
|
TemplatedStruct!(Dummy) e;
|
|
|
|
return 0;
|
|
}
|