Fix SHF_GNU_RETAIN testsuite fallout
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr26391b.c
CommitLineData
496afd17
L
1#include <stdio.h>
2
3static void
4bar (void)
5{
6 printf ("bar 1\n");
7}
8
9void *
10bar1_p (void)
11{
12 return bar;
13}
This page took 0.064739 seconds and 4 git commands to generate.