]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/foo.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / foo.c
CommitLineData
d2dee3b2
L
1#include <stdio.h>
2
3void
4foo (void)
5{
6 printf ("TEST2\n");
7}
8
9static void (*const init_array []) (void)
10 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
11 = { foo };