index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
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
];
}