1 // RUN: %clang_cc1 -emit-llvm %s -o %t
4 int foo(int x
, short y
) {
8 float test(float x
, int Y
) {
12 extern void abort(void);
21 _Complex
int getComplex(_Complex
int val
) {
28 _Complex
int complx(void) {
32 return getComplex(1+2i
) ? : rhs
;