unplugged-system/external/skia/tests/sksl/errors/ForInitStmt.glsl

7 lines
192 B
GLSL

### Compilation failed:
error: 1: expected expression, but found 'for'
void test_init_stmt_for() { for (for(;;);; ) {} }
^^^
1 error