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