rust/src/test/ui/missing/missing-main.rs
2018-12-25 21:08:33 -07:00

2 lines
58 B
Rust

// error-pattern: `main` function not found
fn mian() { }