From 2bbd4c510d2da5c78f566b28e90548102bb107dc Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 1 Aug 2018 00:19:04 +0300 Subject: not expr --- tests/data/parser/inline/0066_not_expr.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/data/parser/inline/0066_not_expr.rs (limited to 'tests/data/parser/inline/0066_not_expr.rs') 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 @@ +fn foo() { + !!true; +} -- cgit v1.2.3