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
/
LinkStatic
/
LinkStatic.c
blob: 360097744046dba3caf7db1216a3b8ede00ee156 (
plain
)
1
2
3
4
5
#include <math.h>
int
main
(
void
)
{
return
(
int
)
sin
(
0
);
}