(root)/
gcc-13.2.0/
libphobos/
testsuite/
libphobos.cycles/
mod3.d
// { dg-additional-sources "mod1.d mod2.d" }
module mod3;
import mod2;

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