Sanitize access to gdbarch on the SDT probe API (and fix ARM bug)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr11138-2.c
1 #include <stdio.h>
2
3 extern void foo (void);
4
5 void
6 bar (void)
7 {
8 printf ("MAIN bar\n");
9 }
10
11 int
12 main (void)
13 {
14 bar ();
15 foo ();
16 return 0;
17 }
This page took 0.031051 seconds and 4 git commands to generate.