Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / ArgumentMismatch.glsl
1 ### Compilation failed:
2
3 error: 6: expected 'float', but found 'bool'
4     float x = foo(true);
5                   ^^^^
6 1 error