tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr18720c.c
1 #include <stdio.h>
2
3 extern void foo (void);
4
5 void
6 foo (void)
7 {
8 printf ("DSO\n");
9 }
10
11 void
12 bar (void)
13 {
14 foo ();
15 }
This page took 0.029451 seconds and 4 git commands to generate.