blob: 1c6fa1fa2e996342ea76795a44f1e802306c518f [file] [log] [blame]
// { dg-additional-options "-fmodules-ts -Wno-pedantic" }
module;
# 4 __FILE__ 1
void Quux ();
# 6 "" 2
export module bob;
// { dg-module-cmi bob }
extern "C++"
{
export void Bar () {}
export void Quux ();
void Baz () {}
}
// { dg-final { scan-assembler {_Z3Barv:} } }
// { dg-final { scan-assembler {_Z3Bazv:} } }