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