OSDN Git Service

2006-03-24 Geoffrey Keating <geoffk@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / encode-9.m
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-runtime " } */
3
4 /* There was an ICE due to diving by zero in the objc front-end. */
5
6 struct f
7 {
8   int i;
9   struct{} g[4];
10   int tt;
11 };
12
13 char *e = @encode(struct f);