From 8a9870ed59225972de389b7b4a494a57390bff1b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Sep 2015 14:51:48 +0200 Subject: 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). --- tests/eval/buildfile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/eval') 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. # -- cgit v1.1