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