summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/encode-test-4.m
blob: 149205cdecaa97c56810e89a013401e0bb046cd5 (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);
}