Home | History | Annotate | Download | only in test
      1 #include "shared.rsh"
      2 
      3 int i;
      4 rs_allocation ai;
      5 
      6 void instance_test() {
      7     // Set our allocation based on the global input value.
      8     rsSetElementAt_int(ai, i, 0);
      9 }
     10