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
/
SimpleExclude
/
dirD
/
t8.c
blob: bddec6f7e548506594ba50accfb4d934a92ab93c (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
tlib8func
()
{
printf
(
"This is T8
\n
"
);
return
8
;
}