Files
Ink/test/parse/function_call.golden

8 lines
84 B
Plaintext

(program
(fun foo -> int
[]
(return 4))
(fun vertex vs_main
[]
(foo)))