Files
Ink-Shader-Language/test/semant/function_call.golden
2024-06-09 21:34:23 +02:00

7 lines
130 B
Plaintext

scope (global) [
[foo] : () -> int
[vertex__vs_main] : ()
scope (foo) []
scope (vertex__vs_main) []
]