Add failing test

This commit is contained in:
Cosmic Horror 2023-06-23 19:05:46 -06:00 committed by Caleb Cartwright
parent bb87a1b717
commit 3c3cf6192d

View File

@ -0,0 +1,7 @@
// rustfmt-trailing_semicolon: false
fn foo() {}
fn main() {
return;
foo()
}