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