llvm-6502/test/FrontendC/2008-07-08-FAbsAttributes.c

5 lines
129 B
C
Raw Normal View History

// RUN: %llvmgcc -S %s -o - | grep readnone
// PR2520
#include <math.h>
double f(double *x, double *y) { return fabs(*x + *y); }