Files
Ink-Shader-Language/test/function_call_out_of_order_declaration.shd
2024-06-09 21:34:23 +02:00

8 lines
46 B
Plaintext

vertex main :: () {
foo();
}
foo :: () {
}