blob: c9f6714c253cce9d8ebda942854c88df362730e2 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 %s -emit-llvm -o -
2
3void foo(void *ptr, int test) {
4 (ptr - ((void *) test + 0x2000));
5}