Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / gpl3 / binutils / dist / ld / testsuite / ld-elf / begin.c
blobccc47d4f87089ef06c899cbceb79bfed8bc37695
1 extern void foo (void);
3 static void (*const init_array []) (void)
4 __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
5 = { foo };