cmake/Tests/LinkStatic/LinkStatic.c
2011-06-19 15:41:06 +03:00

6 lines
59 B
C

#include <math.h>
int main(void)
{
return (int)sin(0);
}