Retro68/gcc/libphobos/testsuite/libphobos.cycles/mod3.d

10 lines
122 B
D
Raw Normal View History

2019-06-02 15:48:37 +00:00
// { dg-additional-sources "mod1.d mod2.d" }
module mod3;
import mod2;
shared int x;
shared static this()
{
x = 3;
}