d: Merge upstream dmd 3982604c5, druntime bc58b1e9, phobos 12329adb6.
[official-gcc.git] / libphobos / testsuite / libphobos.config / test22523.d
blobf3086963f2e97950d715d188fd74cc3d0e601edd
1 // https://issues.dlang.org/show_bug.cgi?id=22523
3 import core.stdc.stdio;
5 int main()
7 puts("Executed main although it should be skipped!");
8 return 1;
11 unittest {}