c++: Implement P2615 'Meaningful Exports' [PR107688]
[official-gcc.git] / gcc / testsuite / g++.dg / modules / pr101582-1.C
blobec7e44e1f43d820369c911ca21cafe39d79aac9f
1 // PR c++/101582
2 // { dg-additional-options "-fmodules-ts" }
3 export module pr101582;
4 // { dg-module-cmi "pr101582" }
6 // These are all legal since P2615R1.
7 export ;
8 export [[]];
9 export