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
/
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
];
}