blob: 097098a83de0866dfbba58eeaabe8480382349f6 [file] [log] [blame]
#include "shared.rsh"
int i;
rs_allocation ai;
void instance_test() {
// Set our allocation based on the global input value.
rsSetElementAt(ai, &i, 0);
}