Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
SwitchDuplicateCase.rts
blob: 3338d5962dd95130bd11f886dee0b1ab7edc1bb3 [
file
] [
log
] [
blame
]
void
func
()
{
switch
(
1
)
{
case
0
:
case
1
:
case
0
:
break
;
}
}
/*%%*
duplicate case value '0'
*%%*/