int[] numbers = new int[5];

is

int *numbers = sys_malloc(size_of(int)*5);

in LiteC wink

(You can access numbers like in C# then)