#include "cddefines.h"

void test(multi_arr<long,3>& arr)
{
	ml3ci p = arr.ptr(0,0,3);
	ml3i q = ( p -= 1 );
}
