1 // -I . 2 #pragma version(1) 3 #pragma rs java_package_name(foo) 4 5 int __attribute__((kernel)) foo() { 6 return my_extern_const_in_header; 7 } 8