Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8916bca0c46ffc2dab3158ea43a90442d25e98c
/
.
/
Tests
/
TryCompile
/
stdout_and_stderr.c
blob: 84ded1f79981dbeb00ee28d5b0c1d8d004d05ba0 [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
fputs
(
"error\n"
,
stderr
);
puts
(
"hello world\n"
);
return
0
;
}