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
/
test19433.d
blob
1c58145103e4e36f9ffa3751a35c3bf7a1f23ac0
1
extern
(
C
)
__gshared
bool
rt_cmdline_enabled
=
false
;
2
3
void
main
(
string
[]
args
)
4
{
5
assert
(
args
.
length
==
2
);
6
assert
(
args
[
1
] ==
"--DRT-dont-eat-me"
);
7
}