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

4 lines
36 B
Plaintext

vertex main :: () {
b : int = f;
}