Sign in
skia
/
skia
/
67c3ee616fb5014d483c5314900eea663f10f1e3
/
.
/
tests
/
sksl
/
errors
/
Ossfuzz38560.glsl
blob: b7271f1e99cf369cfae1843e957a7420c8b68194 [
file
] [
log
] [
blame
]
### Compilation failed:
error
:
1
:
symbol
'r'
was already
defined
void
n
()
{
for
(
int
r
,
r
;;)
int
s
;
}
^
error
:
1
:
variable
's'
must be created
in
a scope
void
n
()
{
for
(
int
r
,
r
;;)
int
s
;
}
^^^^^
2
errors