tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect1a.c
CommitLineData
90c984fc
L
1extern void bar (void);
2
3int
4start (void)
5{
6 bar ();
7 return 0;
8}
This page took 0.416105 seconds and 4 git commands to generate.