forked from OSchip/llvm-project
parent
0552e3b580
commit
3ae936ce69
|
|
@ -0,0 +1,5 @@
|
|||
// RUN: %llvmgcc %s -S -o - -emit-llvm
|
||||
|
||||
void foo(void *ptr, int test) {
|
||||
(ptr - ((void *) test + 0x2000));
|
||||
}
|
||||
Loading…
Reference in New Issue