llvm/libclc/test/fabs.cl

__kernel void foo(float *f) {
  *f = fabs(*f);
}