Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
1c4ef7291f9bfbb3f8eda54c0c7efc8489d9df03
/
.
/
Tests
/
TryCompile
/
exit_with_error.c
blob: dfa36fc9d71349d37caba623134d575be49e3237 [
file
]
#include
<stdio.h>
int
main
(
void
)
{
printf
(
"hello world\n"
);
return
1
;
}