xref: /llvm-project/libclc/test/as_type.cl (revision 44a079aa2340887871897c70a404ff0523a6e84b)
1__kernel void foo(int4 *x, float4 *y) {
2  *x = as_int4(*y);
3}
4