new testcase

llvm-svn: 34361
This commit is contained in:
Chris Lattner 2007-02-17 01:44:21 +00:00
parent 0552e3b580
commit 3ae936ce69
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// RUN: %llvmgcc %s -S -o - -emit-llvm
void foo(void *ptr, int test) {
(ptr - ((void *) test + 0x2000));
}