Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / OverflowInt64Literal.glsl
1 ### Compilation failed:
2
3 error: 1: integer is too large: 18446744073709551621
4 const int not_five = 18446744073709551621; // actually 0x10000000000000005
5                      ^^^^^^^^^^^^^^^^^^^^
6 1 error