blob: 88b033036dc0d829d20356e257a9f6e5edb1a7c8 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
import foo;
int main ()
{
if (baz () != -1)
return 1;
if (foo (42) != 42)
return 2;
return 0;
}