index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CFrontend
/
2004-05-07-VarArrays.c
blob: f56427b9ec3ba6ac648df8e3a538e12ca5b912cb (
plain
)
1
2
3
int
foo
(
int
len
,
char
arr
[][
len
],
int
X
) {
return
arr
[
X
][
0
];
}