Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
ForInitStmt.glsl
blob: 519739df33f3fb376fd81c232e0e6a49267053eb [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
expected expression
,
but found
'for'
void
test_init_stmt_for
()
{
for
(
for
(;;);;
)
{}
}
^^^
1
error