Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / SwizzleOnlyLiterals.glsl
1 ### Compilation failed:
2
3 error: 1: swizzle must refer to base expression
4 void func() { float x = 1.0; x = x.0; }
5                                    ^
6 1 error