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

4 lines
25 B
Rust
Raw Normal View History

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