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

7 lines
132 B
GLSL

### Compilation failed:
error: 3: break statement must be inside a loop or switch
if (true) break;
^^^^^
1 error