1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s -o /dev/null -emit-llvm 2*f4a2713aSLionel Sambuc foo(__complex float c)3*f4a2713aSLionel Sambuc int foo(__complex float c) { 4*f4a2713aSLionel Sambuc return creal(c); 5*f4a2713aSLionel Sambuc } 6