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