Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers16a.c
1 int show_bar ()
2 {
3 return 1;
4 }
5 int show_foo ()
6 {
7 return show_bar ();
8 }
This page took 0.041862 seconds and 4 git commands to generate.