Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22064b.c
CommitLineData
ad71ce8d
L
1int foo[2];
2int bar[2] = { -1, -1 };
3
4int *
5foo_p (void)
6{
7 return foo;
8}
9
10int *
11bar_p (void)
12{
13 return bar;
14}
This page took 0.132425 seconds and 4 git commands to generate.