aboutsummaryrefslogtreecommitdiff
path: root/resources/sksl/errors/RedeclareStruct.rts
blob: f4704e91e691c66d031bced1b704526e4ce40bba (plain)
1
2
3
4
5
6
7
struct void {
    int x;
};

/*%%*
expected an identifier, but found type 'void'
*%%*/