gdb/testsuite: do minor clean-up in gdb.cp/rvalue-ref-overload.exp
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfweak / bar.c
CommitLineData
16a57284
L
1#include <stdio.h>
2
3extern void foo ();
0c52a746 4extern void foobar ();
16a57284
L
5
6void
7foo ()
8{
9 printf ("strong foo\n");
10}
0c52a746
L
11
12void
13foobar ()
14{
15 foo ();
16}
This page took 0.776055 seconds and 4 git commands to generate.