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