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