c, libcpp: Partially implement C2Y N3353 paper [PR117028]
[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;