mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
New testcase for PR1662. GCC trees are horrible :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41979 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e47f1f9633
commit
b90795fd79
7
test/CFrontend/2007-09-14-NegatePointer.c
Normal file
7
test/CFrontend/2007-09-14-NegatePointer.c
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: %llvmgcc -S %s -o -
|
||||
// PR1662
|
||||
|
||||
int foo(unsigned char *test) {
|
||||
return 0U - (unsigned int )test;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user