aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0066_not_expr.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 22:19:04 +0100
committerAleksey Kladov <[email protected]>2018-07-31 22:19:04 +0100
commit2bbd4c510d2da5c78f566b28e90548102bb107dc (patch)
treee830242471940c556d3feb5e0cf20fdd8aaec8bc /tests/data/parser/inline/0066_not_expr.rs
parenta750135a0ac5a42035a1baa808e0af8ae562cd72 (diff)
not expr
Diffstat (limited to 'tests/data/parser/inline/0066_not_expr.rs')
-rw-r--r--tests/data/parser/inline/0066_not_expr.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0066_not_expr.rs b/tests/data/parser/inline/0066_not_expr.rs
new file mode 100644
index 000000000..4c97fd9a6
--- /dev/null
+++ b/tests/data/parser/inline/0066_not_expr.rs
@@ -0,0 +1,3 @@
1fn foo() {
2 !!true;
3}