Sign in
◑
Theme
gnu
/
gcc
/
58bf8a355a73b7fbc6d7bfebcc7281b3cdadd4da
/
.
/
libphobos
/
testsuite
/
libphobos.cycles
/
mod1.d
blob: 22fd9ec94707e907dfb23e52fbc0d4a9863941d9 [
file
]
// { dg-additional-sources "mod2.d mod3.d" }
module
mod1
;
import
mod2
;
shared
int
x
;
shared
static
this
()
{
x
=
1
;
}