1// RUN: clang-cc -emit-llvm -o - %s -O2 | grep "ret i32 1"
2
3int a() {
4  return @encode(int) == @encode(int);
5}
6