index
:
compiler2015
master
Unnamed repository; edit this file 'description' to name the repository.
LAN-TW
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
pattern
/
negative-array-size.cmm
blob: 0b7b402fdde9b1ef21ece52dac864020911edc00 (
plain
) (
tree
)
bf56cb3
1
2
3
4
int main(void) { int a[0-1]; return 0; }