aboutsummaryrefslogtreecommitdiff
path: root/tests/eval
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-09 14:51:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-09 14:51:48 +0200
commit8a9870ed59225972de389b7b4a494a57390bff1b (patch)
tree280788395cb1895bb2367c931b94c6fe711426ea /tests/eval
parent7a2f5753a12a68e87f8556f6e833710f147533b2 (diff)
Add initial support for function calls: $func(a b c)
Now it is just a stub that prints the function name and its argument. Currently only single argument can be passed (no value pack support yet).
Diffstat (limited to 'tests/eval')
-rw-r--r--tests/eval/buildfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/eval/buildfile b/tests/eval/buildfile
index c658d3b..cf315b6 100644
--- a/tests/eval/buildfile
+++ b/tests/eval/buildfile
@@ -1,4 +1,5 @@
(./):
+()
# Invalid.
#