blob: 8dbe9c02dfb45c3b612a0a178a81c61c1fc8faa2 [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module Foop;
int Thing ()
{
Quux (1); // from Bar
return 0;
}