1 2 3 4 5 6 7 8
use no_mangle_if_debug::no_mangle_if_debug; #[no_mangle_if_debug] fn testing() {} fn main() { testing(); }