Sign in
skia
/
skia
/
8d363988efebcbe62b2c8e364e833cd98df3aa83
/
.
/
tests
/
sksl
/
errors
/
BadOctal.glsl
blob: fb74749e8fd3f4a1923d611d5e9d14f24153e514 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
'08'
is
not
a valid octal number
int
i1
=
08
;
^^
error
:
1
:
expected expression
,
but found
'08'
int
i1
=
08
;
^^
2
errors