about summary refs log tree commit diff
path: root/src/tools/miri/tests/fail/no_main.rs
blob: 4bbd820a636a0da0342b923f2541bba7e773d825 (plain)
1
2
//@error-in-other-file: Miri can only run programs that have a main function.
#![no_main]