unplugged-vendor/external/skia/resources/sksl/errors/EmptyArray.sksl

3 lines
53 B
Plaintext

int disallowed_zero[0];
int disallowed_negative[-1];