blob: 9a67fb17f20aefdd4efe0279cf16644f5c89ea37 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import thing;
void bink ()
{
baz ();
bar (); // { dg-error "not declared" "" }
}