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-09-14-NegatePointer.c
blob
cb49e46ddb119eb48382009eecdbe8a366003960
1
// RUN: %llvmgcc -S %s -o -
2
// PR1662
3
4
int
foo
(
unsigned char
*
test
) {
5
return
0U
- (
unsigned int
)
test
;
6
}
7