soml-parser/test/cases/call_site/single_argument.tst

7 lines
78 B
Scilab

foo(42)
-- -- --
s(:call,
s(:name, :foo),
s(:arguments,
s(:int, 42)))