2007-03-01 Paul Brook <paul@codesourcery.com>
[official-gcc.git] / gcc / testsuite / objc.dg / encode-9.m
blob3b005756f0f3160e41aff7697f1d8020361cf452
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-runtime " } */
4 /* There was an ICE due to diving by zero in the objc front-end. */
6 struct f
8   int i;
9   struct{} g[4];
10   int tt;
13 char *e = @encode(struct f);