rust-analyzer/tests/data/parser/inline/0066_not_expr.rs

4 lines
25 B
Rust
Raw Normal View History

2018-07-31 21:19:04 +00:00
fn foo() {
!!true;
}