]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/parse-panic.rs
Merge commit 'd556c56f792756dd7cfec742b9f2e07612dc10f4' into sync_cg_clif-2021-02-01
[rust.git] / src / test / ui / parser / parse-panic.rs
1 // run-pass
2
3 #![allow(dead_code)]
4 #![allow(unreachable_code)]
5
6 fn dont_call_me() { panic!(); println!("{}", 1); }
7
8 pub fn main() { }