ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr11138-1.c
CommitLineData
d023c380
L
1#include <stdio.h>
2
3void
4bar (void)
5{
6 printf ("DSO bar\n");
7}
8
9void
10foo (void)
11{
12 bar ();
13}
This page took 0.473575 seconds and 4 git commands to generate.