Home | History | Annotate | Download | only in P_reflection3264_multifile
      1 #pragma version(1)
      2 #pragma rs java_package_name(foo)
      3 
      4 rs_allocation a[10];
      5 int b[10];
      6 
      7 void h(rs_allocation c, int d, rs_allocation e) { (void)c; (void)e; }
      8