]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/unreachable-macro-panic.rs
Auto merge of #83152 - guswynn:jemallocator_part2, r=Mark-Simulacrum
[rust.git] / src / test / ui / macros / unreachable-macro-panic.rs
1 // run-fail
2 // error-pattern:internal error: entered unreachable code
3 // ignore-emscripten no processes
4
5 fn main() {
6     unreachable!()
7 }