[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libclc / test / fabs.cl
blob91d42c466676fd68420349feeb0214330f1e059a
1 __kernel void foo(float *f) {
2 *f = fabs(*f);