ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19579a.c
CommitLineData
07492f66
L
1#include <stdio.h>
2
3int foo[1];
4int bar[2];
5
6extern int *foo_p (void);
7extern int *bar_p (void);
8
9int
10main ()
11{
12 if (foo[0] == 0 && foo == foo_p () && bar[0] == 0 && bar == bar_p ())
13 printf ("PASS\n");
14 return 0;
15}
This page took 0.065326 seconds and 4 git commands to generate.