diff options
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) |
