1 // RUN: %clang_cc1 %s -emit-llvm -triple i386-apple-darwin -o - | FileCheck %s
2 extern void abort(void);
17 // CHECK: getelementptr inbounds [1 x %struct.T], ptr %s, i32 0, i32 0
18 // CHECK: getelementptr inbounds [1 x %struct.T], ptr %s, i32 0, i32 0
22 if(f(t
)!=0x11)abort();