summaryrefslogtreecommitdiff
path: root/test/regression/init3.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/init3.c')
-rw-r--r--test/regression/init3.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/regression/init3.c b/test/regression/init3.c
index 00a36e2..3a15243 100644
--- a/test/regression/init3.c
+++ b/test/regression/init3.c
@@ -2,5 +2,8 @@
#define NULL ((void *) 0)
-char x = NULL;
int t[2] = { NULL, NULL };
+
+/* But this is an error in CompCert */
+
+/* char u = NULL; */