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
/
2003-10-06-NegateExprType.c
blob: 56c5e30f4ae67cd236c0329fba096c459bce8a64 (
plain
)
1
2
3
4
5
6
extern
int
A
[
10
];
void
Func
(
int
*
B
)
{
B
-
&
A
[
5
];
}