Fix compilation of server.cc on hpux.
[official-gcc.git] / libphobos / testsuite / libphobos.thread / test_import.d
blobdfa0487d9168b256bf84c222eb79ffac3a642e61
1 // https://issues.dlang.org/show_bug.cgi?id=20447
2 void main()
4 import core.thread;
5 int[] x;
6 auto b = x.dup;