1 // { dg-additional-options "-fmodules-ts" }
2 import thing;
3 
bink()4 void bink ()
5 {
6   baz ();
7   bar (); // { dg-error "not declared" ""  }
8 }
9