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
/
GhsMulti
/
GhsMultiCopyFile
/
test.c
blob: 5c657b5613e654db04a1dba55c59f344bd62f6b3 (
plain
)
1
2
3
4
int
lib
(
int
x
)
{
return
-
x
;
}