init-order-pthread-create-extra.cc revision 2d1fdb26e458c4ddc04155c1d421bced3ba90cd0
1void *bar(void *input);
2void *glob2 = bar((void*)0x2345);
3