C++程序  |  6行  |  99 B

// RUN: %llvmgcc %s -S -o -

void foo(void *ptr, int test) {
  (ptr - ((void *) test + 0x2000));
}