repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfail gnat.dg/trampoline3.adb scan-assembler-not check on hppa*-*-*
[official-gcc.git]
/
libphobos
/
testsuite
/
libphobos.config
/
test22523.d
blob
f3086963f2e97950d715d188fd74cc3d0e601edd
1
// https://issues.dlang.org/show_bug.cgi?id=22523
2
3
import
core
.
stdc
.
stdio
;
4
5
int
main
()
6
{
7
puts
(
"Executed main although it should be skipped!"
);
8
return
1
;
9
}
10
11
unittest
{}