rust/crates/libsyntax2/tests/data/parser/err/0016_missing_semi.rs
2018-08-25 16:04:47 +03:00

6 lines
56 B
Rust

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