blob: 9a57f6166f5d82fa64cb6eb00d72e1e83a3bfa0c [file] [log] [blame]
// { dg-additional-options "-fmodules-ts" }
import Var;
int main ()
{
if (counter != 2)
return 1;
if (limit != 5)
return 2;
static_assert (limit == 5, "huh?");
return 0;
}