void main() { int[] a = "2allo"; a = "Hallo"; test(a[0]); test(a[1]); test(a[2]); test(a[3]); test(a[4]); test(a); test(length(a)); }