Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
cpp-22.C
blob: 9c80ab0657bb3592e85c03b571de31c646bdf911 [
file
] [
log
] [
blame
]
// PR c++/124153
// { dg-additional-options "-fmodules -fdirectives-only -E" }
// directives-only mode currently does not do error checking.
export
module
hello
// { dg-error "expected ';'" "" { xfail *-*-* } }
import
world
;