blob: ca18db72ad89ec0e0725792c7b9dfca26c19e277 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
module bob;
void Foo ()
{
Bar ();
Baz ();
}
extern "C++" void Bar ();
extern "C++" void Baz ();