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