rust/tests/run-pass/main_result.rs

4 lines
67 B
Rust

fn main() -> Result<(), Box<dyn std::error::Error>> {
Ok(())
}