Home | History | Annotate | Download | only in FrontendC
      1 // RUN: %llvmgcc -S %s -o - | grep readnone
      2 // PR2520
      3 #include <math.h>
      4 double f(double *x, double *y) { return fabs(*x + *y); }
      5