convert to filecheck.
[oota-llvm.git] / test / FrontendC / 2008-07-08-FAbsAttributes.c
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); }