Sign in
skia
/
skia
/
f4467ff38f1f0495307b3fe8cf4a3f564c33f7f3
/
.
/
tests
/
sksl
/
errors
/
UnscopedVariableInWhile.glsl
blob: 4df63ed6e7c242360fde8f650f3805084783dbeb [
file
]
### Compilation failed:
error
:
2
:
variable
'b'
must be created
in
a scope
while
(
false
)
bool
b
;
^^^^^^
1
error