Home | History | Annotate | Download | only in cts
      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(ai, &i, 0);
      9 }
     10 
     11