From 8f1c64505574f60c805c5b4a32e55e818b9e0eee Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 4 Aug 2018 13:39:03 +0300 Subject: Match expr --- tests/data/parser/inline/0070_match_expr.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/data/parser/inline/0070_match_expr.rs (limited to 'tests/data/parser/inline/0070_match_expr.rs') diff --git a/tests/data/parser/inline/0070_match_expr.rs b/tests/data/parser/inline/0070_match_expr.rs new file mode 100644 index 000000000..40318b350 --- /dev/null +++ b/tests/data/parser/inline/0070_match_expr.rs @@ -0,0 +1,3 @@ +fn foo() { + match () { }; +} -- cgit v1.2.3