From 2d90cea9adb9a3f73cd5b211a4ed9508b505729f Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 10 Jan 2025 22:59:41 +0200 Subject: initial struct continuations implemented --- tests/struct_cont/struct_cont.ek | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tests/struct_cont/struct_cont.ek') diff --git a/tests/struct_cont/struct_cont.ek b/tests/struct_cont/struct_cont.ek index f4799aa..6e01763 100644 --- a/tests/struct_cont/struct_cont.ek +++ b/tests/struct_cont/struct_cont.ek @@ -1,3 +1,12 @@ -typedef i27 {} +typedef i27 { + /* empty */ +} + continue i27 { + do_something() {} +} + +main() +{ + 29.do_something(); } -- cgit v1.3