1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-16 16:31:04 +00:00
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); }