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