]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-18110.rs
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / issues / issue-18110.rs
1 // run-pass
2 #![allow(unreachable_code)]
3 // pretty-expanded FIXME #23616
4
5 fn main() {
6     ({return},);
7 }