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

4 lines
25 B
Rust
Raw Normal View History

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