rust-analyzer/tests/data/parser/inline/0085_neg_expr.rs

4 lines
22 B
Rust
Raw Normal View History

2018-08-07 11:24:03 +00:00
fn foo() {
--1;
}