[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / libclc / test / convert.cl
blob928fc326b6a18fa2f13e7e2ef777f165cefde8d6
1 __kernel void foo(int4 *x, float4 *y) {
2 *x = convert_int4(*y);