*** empty log message ***
[deliverable/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 };
This page took 0.26686 seconds and 4 git commands to generate.