Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
token-1.C
blob: db9a09b415f0e147b088d2924899e1d26f33d315 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts -Wno-pedantic" }
# 3 __FILE__ 1
module
;
// { dg-error "cannot be in included file" }
export
module
bob
;
// { dg-error "cannot be in included file" }
# 6 "" 2
// { dg-module-cmi !bob }