xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
UnscopedVariableInDoWhile.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void main() {
2
do int foo = 1, bar = foo; while (false);
3
}
4