c++: Seed namespaces for bindings [PR106363]
[official-gcc.git] / gcc / testsuite / g++.dg / modules / pr106363_a.C
blobc18d2eef1c856caea79d252ae3f70b172866fc9d
1 // PR c++/106363
2 // { dg-additional-options "-fmodules-ts" }
3 // { dg-module-cmi pr106363.a }
5 export module pr106363.a;
7 namespace ns {
8   export int x;