1 2 3 4 5 6 7 8 9 10
use std::hint::black_box; use ul_next::Library; #[test] fn load_test_appcore() { let lib = unsafe { Library::load_with_appcore().unwrap() }; black_box(lib); }