summaryrefslogtreecommitdiff
path: root/offload/unittests/OffloadAPI/device_code/byte.cpp
blob: 779d120fefcaf37d2793d9a92e7a2980e5fd18f9 (plain)
1
2
3
#include <gpuintrin.h>

extern "C" __gpu_kernel void byte(unsigned char c) { (void)c; }