aboutsummaryrefslogtreecommitdiff
path: root/tests/struct_cont/struct_cont.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/struct_cont/struct_cont.ek')
-rw-r--r--tests/struct_cont/struct_cont.ek11
1 files changed, 10 insertions, 1 deletions
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();
}