blob: 304be95561ef352692919a3719c47c5be6e55a5b [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
module Bar;
int frob (int a, float b)
{
return bob (a) * bob (b);
}