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
/
dirC
/
dirA
/
t2.c
blob: 6aaf40675deae8470ca4bacafa590c132a7648d0 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h>
int
tlib2func
()
{
printf
(
"This is T2
\n
"
);
return
2
;
}