OpenGrok
Cross Reference: init-order-pthread-create-extra.cc
xref
: /
external
/
compiler-rt
/
lib
/
asan
/
lit_tests
/
TestCases
/
Helpers
/
init-order-pthread-create-extra.cc
Home
|
History
|
Annotate
|
Download
|
only in
Helpers
1
void
*
bar
(
void
*
input
);
2
void
*
glob2
=
bar
((
void
*)
0x2345
);
3