From 792beff25a6ca5aaf26d5a6dd2449f2e0aefbebb Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Wed, 13 Feb 2019 15:42:43 -0800 Subject: Ignore qualifiers when parsing initializers --- tests/const-init.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/const-init.c (limited to 'tests/const-init.c') diff --git a/tests/const-init.c b/tests/const-init.c new file mode 100644 index 0000000..4d33888 --- /dev/null +++ b/tests/const-init.c @@ -0,0 +1 @@ +const struct {struct {int x, y;} t;} s = {{{1}, 2}}; -- cgit v1.2.3