blob: d0020240a8419c626435371df094493c9dc6cf12 [file] [log] [blame]
void
__attribute__((constructor))
xxx (void)
{
extern void baz (void);
baz ();
}