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

10 lines
122 B
D

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