diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-11 19:33:23 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-08-11 19:34:23 +0300 |
| commit | 3065334aec0f357c88eab144628a798db4a3e5ea (patch) | |
| tree | 93e819215c6599103f28408c3b7afe8487b4685e /tests | |
| parent | 0bee8234a52c9399544364e8d26b124cb487ce7c (diff) | |
| download | ek-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.ek | 3 |
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 { +} |
