1 2 3 4 5 6 7
fn main() { one_assert::assert!(return); fn with_value() -> i32 { one_assert::assert!(return 1); 0 } }