Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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