Sign in
◑
Theme
skia
/
skia
/
bb5fbf9d5a31a4f10cbc6cd21999e17841d1e2f8
/
.
/
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