d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / imports / test21501b.d
blobc1f8fab982f3601dd6d6790f7c7a3ba2b283565d
1 module imports.test21501b;
2 import test21501a;
4 struct B
6 A data;