summary refs log tree commit diff
path: root/src/test/run-fail/unreachable-static-msg.rs
blob: 40a2881cc571404e2652591c4b2b382b99b6405f (plain)
1
2
3
4
// error-pattern:internal error: entered unreachable code: uhoh
fn main() {
    unreachable!("uhoh")
}