Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
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