rustc/tests/ui/missing/missing-main.rs
2024-06-21 09:39:33 +02:00

3 lines
59 B
Rust

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