]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr16496b.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr16496b.c
1 void sd_get_seats (void);
2 void call_sd_get_seats (void)
3 {
4 sd_get_seats ();
5 }