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