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
/
2002-09-08-PointerShifts.c
blob: ce2c2adeb689259cbb1988d0a97dc714a165bbea (
plain
)
1
2
3
4
int
foo
(
int
*
A
,
unsigned
X
) {
return
A
[
X
];
}