CMake/Tests/LinkStatic/LinkStatic.c

6 lines
59 B
C

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