Fix SHF_GNU_RETAIN testsuite fallout
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect5b.c
CommitLineData
c5d37467
AM
1#include <stdio.h>
2
3void
4bar (void)
5{
6 printf ("bar\n");
7}
8
9void
10foo (long *x)
11{
12 (void) x;
13 printf ("foo\n");
14 bar ();
15}
This page took 0.195991 seconds and 4 git commands to generate.