blob: bb4635a6c90c6f7ab2095c95cd8d081419339437 [file] [log] [blame]
// { dg-additional-options {-fmodules-ts -Wno-pedantic} }
import One;
int counter = 0;
Dyn three;
import Two;
int main ()
{
if (one != 1)
return 1;
if (two != 2)
return 2;
if (three != 3)
return 3;
return 0;
}