1 2 3 4 5 6 7 8 9
__kernel void undefined(__global int *dst) { int x; if (x == 0) dst[0] = 0; else dst[0] = 1; }