(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
modules/
pr101582-1.C
// 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 *-*-* } }
{
}