freebsd-nq/test/CodeGenObjC/encode-test-4.m

6 lines
113 B
Mathematica
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 -emit-llvm -o - %s -O2 | grep "ret i32 1"
2009-06-02 17:58:47 +00:00
int a() {
return @encode(int) == @encode(int);
}