#use int main() { char[] A = alloc_array(char, 5); printchar(A[3]); return 0; }