skia2/tests/sksl/runtime_errors/LoopStructureErrors.skvm

9 lines
359 B
Plaintext
Raw Normal View History

### Compilation failed:
error: 4: loop must guarantee termination in fewer iterations
error: 5: loop must guarantee termination in fewer iterations
error: 10: loop index must not be modified within body of the loop
error: 11: loop index must not be modified within body of the loop
error: 12: loop index must not be modified within body of the loop
5 errors