7 lines
94 B
Rust
7 lines
94 B
Rust
// run-pass
|
|
|
|
// pretty-expanded FIXME #23616
|
|
|
|
pub fn main() {
|
|
{|i: u32| if 1 == i { }};
|
|
}
|