Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
dir-only-5.C
blob: cbbfe2090562c9f6fe1f1deb0d69cf8da36bed4b [
file
] [
log
] [
blame
]
// { dg-additional-options {-fmodules-ts -fpreprocessed -fdirectives-only} }
// { dg-module-cmi !baz }
module
;
#define
foo baz
export
module
baz
;
class
import
{};
import
x
;
// { dg-error "post-module-declaration" }