summaryrefslogblamecommitdiffstats
path: root/pattern/void-var-and-array.cmm
blob: 7b6368ac36f29ccae729785cb61f340d1884dcca (plain) (tree)
1
2
3
4
5
6





                   
typedef void vtype;
vtype vvar;
vtype varr[10];
int main(void) {
    return 0;
}