Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
clang
/
test
/
CodeGen
/
2007-09-14-NegatePointer.c
blob: 52367e6c667b770f09689a03e0791a284ec6d0a7 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o -
// PR1662
int
foo
(
unsigned
char
*
test
)
{
return
0U
-
(
unsigned
int
)
test
;
}