Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / Ossfuzz40428.sksl
1 int x[~2147483649];
2
3 /*%%*
4 integer is out of range for type 'int': 2147483649
5 array size must be an integer
6 *%%*/