Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
mod-decl-7.C
blob: d25a19380442e87120035ebdd0b39286702d3eef [
file
] [
log
] [
blame
]
// PR c++/115200
// { dg-additional-options "-fmodules-ts -Wno-global-module" }
// { dg-module-cmi !M }
module
;
void
foo
()
{
export
module
M
;
// { dg-error "unexpected module directive" }
}