aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-08-11 19:33:23 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-08-11 19:34:23 +0300
commit3065334aec0f357c88eab144628a798db4a3e5ea (patch)
tree93e819215c6599103f28408c3b7afe8487b4685e /tests
parent0bee8234a52c9399544364e8d26b124cb487ce7c (diff)
downloadek-3065334aec0f357c88eab144628a798db4a3e5ea.tar.gz
ek-3065334aec0f357c88eab144628a798db4a3e5ea.zip
parse struct continuation
+ Similar in idea to impl in Rust
Diffstat (limited to 'tests')
-rw-r--r--tests/parse/struct_cont.ek3
1 files changed, 3 insertions, 0 deletions
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 {
+}