From fed864bf018e7d97fda24089ebe08fa0da1c3b97 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 5 Sep 2023 18:30:01 +0300 Subject: more or less happy with syntax --- tests/callbacks.ek | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/callbacks.ek') diff --git a/tests/callbacks.ek b/tests/callbacks.ek index 9b9d649..6e753e0 100644 --- a/tests/callbacks.ek +++ b/tests/callbacks.ek @@ -1,4 +1,4 @@ -do_stuff(proc @(u32)) +do_stuff(^(u32) proc) { proc(); } @@ -13,5 +13,5 @@ other_proc() main() { - do_stuff(other_proc as @(u32)); + do_stuff(other_proc as ^(u32)); } -- cgit v1.3