Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / ForInitStmt.glsl
1 ### Compilation failed:
2
3 error: 1: expected expression, but found 'for'
4 void test_init_stmt_for()       { for (for(;;);; )              {} }
5                                        ^^^
6 1 error