rt_gccstream/gcc/testsuite/objc.dg/encode-9.m

13 lines
174 B
Objective-C

/* { dg-do compile } */
/* There was an ICE due to diving by zero in the objc front-end. */
struct f
{
int i;
struct{} g[4];
int tt;
};
char *e = @encode(struct f);