Diff of /test/types-array.c [000000] .. [b1775e]  Maximize  Restore

Switch to side-by-side view

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