Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-plugin / lto-18b.c
blobca78bbf216d3924a590b4c95fe7329c66941540e
1 extern int f2 (int);
3 int f1 (int x)
5 if (x > 0)
6 return x * f2 (x - 1);
7 return 1;