Home
last modified time | relevance | path

Searched refs:TEST_STATIC_PTR (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/libloading/src/
Dtest_helpers.rs9 pub static mut TEST_STATIC_PTR: *mut () = 0 as *mut _; variable
36 TEST_STATIC_PTR == (&mut TEST_STATIC_PTR as *mut *mut _ as *mut _) in test_check_static_ptr()