d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.
[official-gcc.git] / gcc / testsuite / gdc.test / runnable / test57.d
blobc79b3f87d12258cd2b404b1d5a6a6af3032b9002
1 // COMPILE_SEPARATELY:
2 // EXTRA_SOURCES: imports/test57a.d imports/test57b.d
3 // PERMUTE_ARGS:
4 // REQUIRED_ARGS: -inline -release
6 module test57;
7 import imports.test57a;
9 void main() {}