1// RUN: %clang_cc1 -emit-llvm %s -o - -O1 -triple=x86_64-gnu-linux | grep "i64 -1"2 3// PR37094long long a(void) { return (long long)(int*)-1;}5 6