aboutsummaryrefslogtreecommitdiff
path: root/tests/struct_pub_generic_cont/struct.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/struct_pub_generic_cont/struct.ek')
-rw-r--r--tests/struct_pub_generic_cont/struct.ek2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/struct_pub_generic_cont/struct.ek b/tests/struct_pub_generic_cont/struct.ek
index 85f1711..5abbe38 100644
--- a/tests/struct_pub_generic_cont/struct.ek
+++ b/tests/struct_pub_generic_cont/struct.ek
@@ -3,7 +3,7 @@ pub typedef i27 {}
pub typedef struct[any T] {}
/* private definition of some function */
-continue struct[any T] {
+pub continue struct[any T] {
do_something(){}
}