Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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