7 lines
137 B
GLSL
7 lines
137 B
GLSL
### Compilation failed:
|
|
|
|
error: 3: variable 'foo' must be created in a scope
|
|
int foo = 1, bar = foo;
|
|
^^^^^^^^^^^
|
|
1 error
|