Sign in
gnu
/
gcc
/
71f3036b8a83da7fb559923bc80687ea1dabe14a
/
.
/
libphobos
/
testsuite
/
libphobos.betterc
/
test19933.d
blob: a0faadd211203537ae8fab7bab0a80af25ccd42b [
file
] [
log
] [
blame
]
/*******************************************/
// https://issues.dlang.org/show_bug.cgi?id=19933
// https://issues.dlang.org/show_bug.cgi?id=18816
import
core
.
stdc
.
stdio
;
extern
(
C
)
int
main
()
{
fprintf
(
stderr
,
"Hello\n"
);
return
0
;
}