1 #pragma version(1) 2 #pragma rs java_package_name(foo) 3 4 struct s { 5 int x:1; 6 } myStruct; 7 8 int root(int num) { 9 return 10; 10 } 11 12