Home | History | Annotate | Download | only in F_reflection3264_multifile
      1 #pragma version(1)
      2 #pragma rs java_package_name(foo)
      3 
      4 // we stop compiling after the first file with an error;
      5 // reflection3264_multifile_2.rs has errors, so we never get here, and
      6 // never report errors for this file's 'v' and 'w'.
      7 
      8 size_t v, w;
      9