5 lines
71 B
Rust
5 lines
71 B
Rust
|
// xfail-stage0
|
||
|
// error-pattern:Main function not found
|
||
|
fn mian() {
|
||
|
}
|