rust/tests/compile-fail/no_main.rs
2020-07-09 17:21:09 +02:00

3 lines
83 B
Rust

// error-pattern: miri can only run programs that have a main function
#![no_main]