Code:
int test[1][1];

void foo(int **bar)
{
	(bar[0])[0] = 1;	
}

...

foo(test);



This works pretty good inside the VM


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com