LinkStatic.c 59 B

12345
  1. #include <math.h>
  2. int main(void)
  3. {
  4. return (int)sin(0);
  5. }