From e93e9e7ff4a73bc98a0dcd410eff87dffff3aa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 30 Jan 2021 12:10:49 +0100 Subject: external functions proc macro --- tests/simple.tdy | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/simple.tdy b/tests/simple.tdy index 8b68da1..a1f255c 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,3 +1,2 @@ -hello() -hello("a") -hello("a", "b") +print extern_test(3.0) +print extern_test(3.0, 4.0) -- cgit v1.2.1