rust/tests/target/issue-5797/retain_trailing_semicolon.rs

8 lines
86 B
Rust
Raw Normal View History

2023-06-23 19:05:46 -06:00
// rustfmt-trailing_semicolon: false
fn foo() {}
fn main() {
return;
foo()
}