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