1 2 3 4 5 6
use test_crate::*; result_unwrap_or_abort!(one, two); result_expect_or_abort!(one, two); fn main() {}