1 // { dg-additional-options "-fmodules-ts" }
2 module Bar;
3 
frob(int a,float b)4 int frob (int a, float b)
5 {
6   return bob (a) * bob (b);
7 }
8