blob: 15df28cae3feed13a3f4d76ebd57e4875f6ce3e5 [file] [log] [blame]
// RUN: %llvmgcc %s -S -o -
void foo(void *ptr, int test) {
(ptr - ((void *) test + 0x2000));
}