Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
da52e4e5712116a17c574efcb677fcd95db1bb56
/
.
/
Tests
/
RunCMake
/
LinkStatic
/
LinkStatic.c
blob: 360097744046dba3caf7db1216a3b8ede00ee156 [
file
]
#include
<math.h>
int
main
(
void
)
{
return
(
int
)
sin
(
0
);
}