* ld-arm/arm-elf.exp (armelftests_common): Move cases using
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers28c.c
1 extern void foo ();
2
3 void
4 bar ()
5 {
6 foo ();
7 }
This page took 0.049395 seconds and 4 git commands to generate.