init commit
This commit is contained in:
8
test/parse/function_call.golden
Normal file
8
test/parse/function_call.golden
Normal file
@@ -0,0 +1,8 @@
|
||||
(program
|
||||
(fun foo -> int
|
||||
[]
|
||||
(return 4))
|
||||
|
||||
(fun vertex vs_main
|
||||
[]
|
||||
(foo)))
|
||||
Reference in New Issue
Block a user