repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Darwin: Support '-ObjC{,++}' as shorthand for -xobjective-c{,++} [PR117478].
[official-gcc.git]
/
libphobos
/
testsuite
/
libphobos.thread
/
test_import.d
blob
dfa0487d9168b256bf84c222eb79ffac3a642e61
1
// https://issues.dlang.org/show_bug.cgi?id=20447
2
void
main
()
3
{
4
import
core
.
thread
;
5
int
[]
x
;
6
auto
b
=
x
.
dup
;
7
}