New testcase, distilled from ed-0.2
[oota-llvm.git] / test / CFrontend / 2003-06-23-GCC-fold-infinite-recursion.c
1 double Test(double A, double B, double C, double D) {
2   return -(A-B) - (C-D);
3 }
4