blob: 9b4a92023cfa4daf0b01cc396c947dd5fa23df4a [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
export module bob;
// { dg-module-cmi "bob" }
export void Foo ();
export
{
void Bar ();
}