index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
TryCompile
/
exit_success.c
blob: 302d926259dfc188c7126fb831ec14059b8612f1 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
main
(
void
)
{
printf
(
"hello world
\n
"
);
return
0
;
}