unplugged-system/external/skia/tests/sksl/errors/UnscopedVariableInWhile.glsl

7 lines
134 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 2: variable 'b' must be created in a scope
while (false) bool b;
^^^^^^
1 error