blob: 3eff4a90abc7afe3a7481df0282d7f1ad89f3cab [file] [log] [blame]
// { dg-additional-sources "mod1.d mod2.d" }
module mod3;
import mod2;
shared int x;
shared static this()
{
x = 3;
}