mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
new testcase
llvm-svn: 34361
This commit is contained in:
parent
e864bf486f
commit
faeaff6b73
5
test/CFrontend/2007-02-16-VoidPtrDiff.c
Normal file
5
test/CFrontend/2007-02-16-VoidPtrDiff.c
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: %llvmgcc %s -S -o - -emit-llvm
|
||||
|
||||
void foo(void *ptr, int test) {
|
||||
(ptr - ((void *) test + 0x2000));
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user