d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test13582b.d
blob89ec251ce2cb278287910657b2a1c0969af20189
1 // REQUIRED_ARGS: -de
2 // EXTRA_FILES: imports/test13582.d
3 module test13582b;
5 deprecated void foo()
7 import imports.test13582;
10 deprecated struct S
12 import imports.test13582;
15 void main() { }