Re: lto-18 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-18c.c
1 extern int f1 (int);
2
3 int f2 (int x)
4 {
5 if (x > 0)
6 return x * f1 (x - 1);
7 return 1;
8 }
This page took 0.03237 seconds and 4 git commands to generate.