rust/tests/fail/no_main.rs
2022-06-01 10:53:38 -04:00

3 lines
83 B
Rust

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