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