Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
tests
/
sksl
/
errors
/
BreakOutsideLoop.glsl
blob: 765356d6a49cb4cd5a25af49efa922f2ceccf6a5 [
file
]
### Compilation failed:
error
:
3
:
break
statement must be inside a loop
or
switch
if
(
true
)
break
;
^^^^^
1
error