OSDN Git Service

Backported from mainline
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / encode-9.m
1 /* { dg-do compile } */
2
3 /* There was an ICE due to diving by zero in the objc front-end. */
4
5 struct f
6 {
7   int i;
8   struct{} g[4];
9   int tt;
10 };
11
12 char *e = @encode(struct f);