Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
libphobos
/
testsuite
/
libphobos.thread
/
test_import.d
blob: dfa0487d9168b256bf84c222eb79ffac3a642e61 [
file
] [
log
] [
blame
]
// https://issues.dlang.org/show_bug.cgi?id=20447
void
main
()
{
import
core
.
thread
;
int
[]
x
;
auto
b
=
x
.
dup
;
}