llvm/offload/test/offloading/CUDA/kernel_tu.cu.inc

__global__ void square(int *A) { *A = 42; }