1 2 3 4 5 6 7
//@ run-fail //@ error-pattern:internal error: entered unreachable code //@ ignore-emscripten no processes fn main() { unreachable!() }