Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / IncompleteFunctionCall.rts
1 half4 main(float2 xy) {
2     mix;
3     return half4(0);
4 }
5
6 /*%%*
7 expected '(' to begin function call
8 *%%*/