]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/indirect6a.c
Update year range in copyright notice of binutils files
[thirdparty/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 }