CMake/Tests/RunCMake/set_property/LinkStatic.c

6 lines
59 B
C

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