Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
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