--- a
+++ b/test/types-array.c
@@ -0,0 +1,6 @@
+char test[2];
+
+void func(void)
+{
+	test[1] = 5;
+}