instance.rs revision 648a1c137663ef7207684d0d7009dd5518942111
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