7 lines
113 B
Rust
7 lines
113 B
Rust
#![allow(unused_parens)]
|
|
// pretty-expanded FIXME #23616
|
|
|
|
fn foo() { if (return) { } }
|
|
|
|
pub fn main() { foo(); }
|