1 #pragma version(1) 2 #pragma rs java_package_name(foo) 3 4 void __attribute__((kernel)) root(uint32_t x) { 5 } 6 7