1 // { dg-additional-options -fmodules-ts }
2 
3 import bob;
4 
foo()5 void foo ()
6 {
7   elsewhere::frob ();
8 }
9