Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
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
;
}