diff options
Diffstat (limited to 'test/FrontendC/2007-09-14-NegatePointer.c')
-rw-r--r-- | test/FrontendC/2007-09-14-NegatePointer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2007-09-14-NegatePointer.c b/test/FrontendC/2007-09-14-NegatePointer.c deleted file mode 100644 index cb49e46..0000000 --- a/test/FrontendC/2007-09-14-NegatePointer.c +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %llvmgcc -S %s -o - -// PR1662 - -int foo(unsigned char *test) { - return 0U - (unsigned int )test; -} - |