1 // RUN: %clang_cc1 -triple i386 -emit-llvm -O2 -o - %s | FileCheck %s
3 // CHECK-LABEL: define{{.*}} i32 @f0()
7 static _Bool
f0_0(void *a0
) { return (_Bool
) a0
; }
8 int f0(void) { return f0_0((void*) 0x2); }
11 return (_Bool
) ({ void (*x
)(void); x
= 0; });