blob: 21abf9466be1f73cc5fc58c2249f4d2d2edcc680 [file] [log] [blame]
// { dg-additional-options "-fmodules" }
import foo;
int main()
{
C::i = 42;
}