blob: 4808ad2b0de66d60a34aa0398419083bce6b98dd [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import bob;
void Baz ()
{
Foo ();
Bar ();
}