chiark
/
gitweb
/
~mdw
/
cparse
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Import upstream sources.
[cparse]
/
tests
/
fail-array-subscripting-1.c
1
/* array subscripts must be one pointer, one integer */
2
3
int fn(int x, int y) {
4
return x[y];
5
}