run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19719a.c
1 #include <stdio.h>
2
3 extern int foo (void);
4 extern int bar (void);
5
6 int
7 main (void)
8 {
9 if (foo () == bar ())
10 printf ("PASS\n");
11 return 0;
12 }
This page took 0.031126 seconds and 4 git commands to generate.