unplugged-system/external/skia/resources/sksl/errors/Ossfuzz29849.sksl

9 lines
98 B
Plaintext
Raw Normal View History

void main() {
if (2 < 2) int a;
a;
}
/*%%*
variable 'a' must be created in a scope
*%%*/