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