Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
FrontendC
/
2007-09-14-NegatePointer.c
blob: cb49e46ddb119eb48382009eecdbe8a366003960 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o -
// PR1662
int
foo
(
unsigned
char
*
test
)
{
return
0U
-
(
unsigned
int
)
test
;
}