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