1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -emit-llvm %s -o /dev/null 2*f4a2713aSLionel Sambuc Test(double A,double B,double C,double D)3*f4a2713aSLionel Sambucdouble Test(double A, double B, double C, double D) { 4*f4a2713aSLionel Sambuc return -(A-B) - (C-D); 5*f4a2713aSLionel Sambuc } 6*f4a2713aSLionel Sambuc 7