Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
g++.dg
/
modules
/
block-decl-1_a.C
blob: e7ffc6291926f79dde445398d160f0cb64564359 [
file
] [
log
] [
blame
]
// { dg-additional-options "-fmodules-ts" }
// { dg-module-cmi bla }
export
module
bla
;
export
extern
"C++"
inline
void
fun
()
{
void
oops
();
// { dg-bogus "block-scope extern declaration" }
oops
();
}