]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - 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
CommitLineData
c5d37467
AM
1extern void foo (long *);
2long bar = 1;
3
4int
5main (void)
6{
7 foo (&bar);
8 return 0;
9}