Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
ContinueOutsideLoop.glsl
blob: 3a77d4b281ce24facc9e4436cd59d024664cddfa [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
3
:
continue
statement must be inside a loop
continue
;
^^^^^^^^
error
:
8
:
continue
statement must be inside a loop
default
:
continue
;
^^^^^^^^
2
errors