int foo()
return 5
end
-- -- --
s(:statements,
s(:function, :int,
s(:name, :foo),
s(:parameters),
s(:return,
s(:int, 5)))))