blob: d0020240a8419c626435371df094493c9dc6cf12 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001void
2__attribute__((constructor))
3xxx (void)
4{
5 extern void baz (void);
6 baz ();
7}