Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / SwizzleConstantOutput.rts
1 void func() {
2     float4 test = float4(1);
3     test.xyz0 = float4(1);
4 }
5
6 /*%%*
7 cannot assign to this expression
8 *%%*/