init commit
This commit is contained in:
11
test/semant/multiple_functions.golden
Normal file
11
test/semant/multiple_functions.golden
Normal file
@@ -0,0 +1,11 @@
|
||||
scope (global) [
|
||||
[foo] : () -> int
|
||||
[vertex__vs_main] : ()
|
||||
[bar] : () -> float
|
||||
scope (foo) []
|
||||
scope (bar) []
|
||||
scope (vertex__vs_main) [
|
||||
[x] : int
|
||||
[y] : float
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user