blob: 37a9461706dc0427f9f941647cad0f99bfa0218f [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import the.shop;
int main ()
{
if (for_local_people () != 5)
return 1;
return 0;
}