aboutsummaryrefslogtreecommitdiff
path: root/libphobos/testsuite/libphobos.cycles/mod3.d
blob: 3eff4a90abc7afe3a7481df0282d7f1ad89f3cab (plain)
1
2
3
4
5
6
7
8
9
// { dg-additional-sources "mod1.d mod2.d" }
module mod3;
import mod2;

shared int x;
shared static this()
{
    x = 3;
}