Sign in
gnu
/
gcc
/
f450e21133974ec05fada3741eb91934f6371af4
/
.
/
libphobos
/
testsuite
/
libphobos.cycles
/
mod3.d
blob: 3eff4a90abc7afe3a7481df0282d7f1ad89f3cab [
file
] [
log
] [
blame
]
// { dg-additional-sources "mod1.d mod2.d" }
module
mod3
;
import
mod2
;
shared
int
x
;
shared
static
this
()
{
x
=
3
;
}