aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/modules/pr101582-1.C
blob: 1d3a3fcb6fa5464b36ca112c57e83e1966e31fb9 (plain)
1
2
3
4
5
6
7
8
9
// PR c++/101582
// { dg-additional-options "-fmodules-ts" }
export module pr101582;
// { dg-module-cmi "pr101582" }
export ;			// { dg-error "export declaration does not declare anything" "" { xfail *-*-* } }
export [[]];			// { dg-error "export declaration does not declare anything" "" { xfail *-*-* } }
export				// { dg-error "export declaration does not declare anything" "" { xfail *-*-* } }
{
}