rust/crates/parser/test_data/parser/err/0016_missing_semi.rs
2021-12-26 17:58:33 +03:00

6 lines
56 B
Rust

fn foo() {
foo(
1, 2
)
return 92;
}