run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / begin.c
1 extern void foo (void);
2
3 static void (*const init_array []) (void)
4 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
5 = { foo };
This page took 0.02883 seconds and 4 git commands to generate.