Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
7952e114668e97c207a6fc210184765f052d033b
/
.
/
Tests
/
TryCompile
/
exit_success.c
blob: 82f5b5f8252657e0ce53ebab5808b40996f5b954 [
file
]
#include
<stdio.h>
int
main
()
{
printf
(
"hello world\n"
);
return
0
;
}