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

4 lines
25 B
Rust
Raw Normal View History

2018-08-01 00:19:04 +03:00
fn foo() {
!!true;
}