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(ai, &i, 0);
9}
10
11