C++程序  |  7行  |  121 B

// RUN: %clang_cc1 -emit-llvm %s -o -
void f()
{
        void *addr;
        addr = (void *)( ((long int)addr + 7L) );
}