rust/tests/ui/missing/missing-main.rs
2024-02-16 20:02:50 +00:00

3 lines
59 B
Rust

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