Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
libphobos
/
testsuite
/
libphobos.config
/
test22523.d
blob: f3086963f2e97950d715d188fd74cc3d0e601edd [
file
] [
log
] [
blame
]
// https://issues.dlang.org/show_bug.cgi?id=22523
import
core
.
stdc
.
stdio
;
int
main
()
{
puts
(
"Executed main although it should be skipped!"
);
return
1
;
}
unittest
{}