tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr16846a.c
1 extern int bar (void);
2
3 int
4 main ()
5 {
6 return bar ();
7 }
This page took 0.029873 seconds and 4 git commands to generate.