v811_spc009/external/skia/resources/sksl/errors/UnscopedVariableInIf.sksl

4 lines
39 B

void main() {
if (true) half4 x;
}