Move MSan lit-tests under test/msan
[blocksruntime.git] / lib / asan / lit_tests / TestCases / Helpers / init-order-pthread-create-extra.cc
blobd4606f0afb52de82ddcbb647bc59aee13e1282db
1 void *bar(void *input);
2 void *glob2 = bar((void*)0x2345);