From 3065334aec0f357c88eab144628a798db4a3e5ea Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 11 Aug 2024 19:33:23 +0300 Subject: parse struct continuation + Similar in idea to impl in Rust --- tests/parse/struct_cont.ek | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/parse/struct_cont.ek (limited to 'tests') diff --git a/tests/parse/struct_cont.ek b/tests/parse/struct_cont.ek new file mode 100644 index 0000000..f4799aa --- /dev/null +++ b/tests/parse/struct_cont.ek @@ -0,0 +1,3 @@ +typedef i27 {} +continue i27 { +} -- cgit v1.3