Retro68/gcc/libphobos/testsuite/libphobos.cycles/mod1.d
Wolfgang Thaller 6fbf4226da gcc-9.1
2019-06-20 20:10:10 +02:00

10 lines
122 B
D

// { dg-additional-sources "mod2.d mod3.d" }
module mod1;
import mod2;
shared int x;
shared static this()
{
x = 1;
}