7 lines
126 B
GLSL
7 lines
126 B
GLSL
### Compilation failed:
|
|
|
|
error: 1: unknown identifier 'foo'
|
|
void func() { int x = foo(1); }
|
|
^^^
|
|
1 error
|