Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / Ossfuzz28050.sksl
1 float an()  { return 2; }
2 void wna()  { an(), float[1](); }
3 void na()   { wna(); }
4 void main() { na(), na(); }
5
6 /*%%*
7 invalid arguments to 'float[1]' constructor (expected 1 elements, but found 0)
8 *%%*/