summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/encode-test-4.m
blob: 117e1733486effdb0e0f2be0c13a380da16b5d84 (plain)
1
2
3
4
5
// RUN: %clang_cc1 -emit-llvm -o - %s -O2 | grep "ret i32 1"

int a() {
  return @encode(int) == @encode(int);
}
OpenPOWER on IntegriCloud