Sign in
fuchsia
/
third_party
/
cmake
/
7f7255e3770b961cc2108776e3997b5e4d3e1585
/
.
/
Tests
/
TryCompile
/
stdout_and_stderr.c
blob: c25b7d9391f84e6ba77d829507d9c01ed4aa2227 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
(
void
)
{
fputs
(
"error\n"
,
stderr
);
puts
(
"hello world\n"
);
return
0
;
}