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

9 lines
122 B
D

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