repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2007-10-15-VoidPtr.c
blob
c5948b93e163d7482b9c9961482b098b1aba9f3d
1
// RUN: %llvmgcc -S %s -o /dev/null
2
void
bork
(
void
**
data
) {
3
(*(
unsigned short
*) (&(
data
[
37
])[
927
]) =
0
);
4
}