10 lines
122 B
D
Raw Normal View History

2022-07-15 14:33:44 +02:00
// { dg-additional-sources "mod1.d mod2.d" }
module mod3;
import mod2;
shared int x;
shared static this()
{
x = 3;
}