blob: b0e932e1fe03ca8665626a255aea106d906f4d82 [file] [log] [blame]
// run-pass
use std::io::Error;
fn main() -> Result<(), Box<Error>> {
Ok(())
}