blob: 1d3a3fcb6fa5464b36ca112c57e83e1966e31fb9 [file] [log] [blame]
// 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 *-*-* } }
{
}