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