mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-2.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <math.h>
4
5 int
6 main (int argc, char **argv)
7 {
8 int d = atoi (argv[1]);
9 printf ("%f\n", sin (d));
10 return 0;
11 }
This page took 0.030051 seconds and 4 git commands to generate.