Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / RedeclareStruct.rts
1 struct void {
2     int x;
3 };
4
5 /*%%*
6 expected an identifier, but found type 'void'
7 *%%*/