blob: ccc47d4f87089ef06c899cbceb79bfed8bc37695 [file] [log] [blame]
extern void foo (void);
static void (*const init_array []) (void)
__attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
= { foo };