blob: 829e4f8ee440a6fb1043594c8d03259f8f09e257 [file] [log] [blame]
//@ run-pass
fn main() -> Result<(), &'static str> {
Ok(())
}