Skip to content

Commit 3c3cf61

Browse files
CosmicHorrorDevcalebcartwright
authored andcommitted
Add failing test
1 parent bb87a1b commit 3c3cf61

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// rustfmt-trailing_semicolon: false
2+
3+
fn foo() {}
4+
fn main() {
5+
return;
6+
foo()
7+
}

0 commit comments

Comments
 (0)