OSDN Git Service

* gcc.target/cris/peep2-xsrand.c, gcc.target/cris/asmreg-1.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / desig-init-2.m
1 /* Test handling of C99 designator lists in Objective-C.  Test array
2    designators after structure member designators.  */
3 /* Origin: Joseph Myers <joseph@codesourcery.com> */
4 /* { dg-do compile } */
5 /* { dg-options "-std=gnu99" } */
6
7 struct s { int a[2]; } x = { .a[0] = 1 };