Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / UnscopedVariableInElse.glsl
1 ### Compilation failed:
2
3 error: 2: variable 'x' must be created in a scope
4     if (true) ; else half x = 1;
5                      ^^^^^^^^^^
6 1 error