index
:
compiler2015
master
Unnamed repository; edit this file 'description' to name the repository.
LAN-TW
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pattern
/
void-var-and-array.cmm
blob: 7b6368ac36f29ccae729785cb61f340d1884dcca (
plain
) (
blame
)
1
2
3
4
5
6
typedef void vtype; vtype vvar; vtype varr[10]; int main(void) { return 0; }