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

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