another initializer test
authorMatthias Braun <matze@braunis.de>
Fri, 15 Feb 2008 14:40:19 +0000 (14:40 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 15 Feb 2008 14:40:19 +0000 (14:40 +0000)
[r18866]

parsetest/init6.c [new file with mode: 0644]

diff --git a/parsetest/init6.c b/parsetest/init6.c
new file mode 100644 (file)
index 0000000..10e48d9
--- /dev/null
@@ -0,0 +1 @@
+struct { char str[10]; int y; } bla[] = { [13].str = { 1, 2,3 } };