1// -target-api 22 2#pragma version(1) 3#pragma rs java_package_name(foo) 4 5int RS_KERNEL good(int in, rs_kernel_context context) { 6 return 0; 7} 8