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