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();
}