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