// { dg-additional-options "-fmodules-ts" }
import bob;

void Baz ()
{
  Foo ();
  Bar ();
}