// run-fail
// error-pattern:internal error: entered unreachable code: uhoh
fn main() {
unreachable!("uhoh")
}