blob: a3ea9b5aa6ac53fceba2c61dff427da8ab479334 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module bob;
import bob; // { dg-error "cannot import module.* in its own purview" }
// module linkage
void Baz ()
{
Foo ();
Bar ();
}