about summary refs log tree commit diff
path: root/src/test/compile-fail/missing-main.rs
blob: e531cbdc6cc3a443408193ae6f86681b5f75f24e (plain)
1
2
// error-pattern:main function not found
fn mian() { }