From 8d1e9a5318c230a51d2e063fd376579c0ccd808a Mon Sep 17 00:00:00 2001 From: prod2 <95874442+prod2@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:13:36 +0100 Subject: [PATCH] new test --- tests/sugar.nds | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/sugar.nds b/tests/sugar.nds index 0dc8789..e8a7940 100644 --- a/tests/sugar.nds +++ b/tests/sugar.nds @@ -83,6 +83,11 @@ var returner = @{ print("finish"); //expect:finish +//convoluted :: test + +proc() print("merry christmas") :: proc(it) it(); +//expect:merry christmas + // proc declaration through def def globalProc(a, b, c)