Sign in
skia
/
skia
/
437cd4d85737039dd9719667905832982b843574
/
.
/
resources
/
sksl
/
errors
/
RedeclareUserType.rts
blob: d131fb4efcfb62a0f1c074f4e1cf13d37a3ae2c9 [
file
] [
log
] [
blame
]
struct
S
{
int
x
;
};
float
S
;
/*%%*
symbol 'S' was already defined
*%%*/