Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect6a.c
1 extern void foo (long *);
2 long bar = 1;
3
4 int
5 main (void)
6 {
7 foo (&bar);
8 return 0;
9 }
This page took 0.03109 seconds and 4 git commands to generate.