Retro68/binutils/ld/testsuite/ld-elf/begin.c

6 lines
157 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
extern void foo (void);
static void (*const init_array []) (void)
__attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
= { foo };