Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect1a.c
1 extern void bar (void);
2
3 int
4 start (void)
5 {
6 bar ();
7 return 0;
8 }
This page took 0.029956 seconds and 4 git commands to generate.