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