diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-30 12:10:49 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-30 12:10:49 +0100 |
| commit | e93e9e7ff4a73bc98a0dcd410eff87dffff3aa1c (patch) | |
| tree | 992024e5df64d7735618d2b0d0f85bbc313c6416 /tests | |
| parent | 674695d7e28f03218aa5a3facd933b87d508ea7d (diff) | |
| download | sylt-e93e9e7ff4a73bc98a0dcd410eff87dffff3aa1c.tar.gz | |
external functions proc macro
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/simple.tdy | 5 |
1 files changed, 2 insertions, 3 deletions
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) |
