1 #pragma version(1) 2 #pragma rs java_package_name(foo) 3 4 int a[10]; 5 rs_allocation b[10]; 6 7 void f(int c, rs_allocation d, int e) { (void)d; } 8