Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/testsuite/libphobos.cycles/mod3.d
2023-03-06 14:48:14 +01:00

9 lines
122 B
D

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