xref
: /
external
/
skia
/
resources
/
sksl
/
errors
/
UnscopedVariableInWhile.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void main() {
2
while (false) bool b;
3
}
4