From bad9ab7479d66dfdb1c8e2d18c23fbcff9ec394b Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 15 Aug 2023 21:41:29 +0300 Subject: updates to 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 0249065..9b9d649 100644 --- a/tests/callbacks.ek +++ b/tests/callbacks.ek @@ -1,4 +1,4 @@ -do_stuff(proc '(u32)) +do_stuff(proc @(u32)) { proc(); } @@ -13,5 +13,5 @@ other_proc() main() { - do_stuff(other_proc as '(u32)); + do_stuff(other_proc as @(u32)); } -- cgit v1.3