Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
InVarWithInitializerExpression.glsl
blob: 1c5997a6a973d843ba87862729829beb19d45616 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
'in'
variables cannot
use
initializer expressions
in
float
x
=
1
;
^
1
error