Sign in
rust
/
rust-lang
/
gcc
/
refs/heads/feature/try
/
.
/
libphobos
/
testsuite
/
libphobos.config
/
test22523.d
blob: f3086963f2e97950d715d188fd74cc3d0e601edd [
file
] [
log
] [
blame
] [
edit
]
// 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
{}