blob: ccbf63796af5be07002f4d90ecd36be6adabd03a [file] [log] [blame]
fn main() {
assert!(Ok::<i32, String>(42) == Ok(42));
}