pr30762-2.c   [plain text]


/* PR c/30762 */
/* { dg-do compile } */

typedef struct { int i; } D;

void
foo (D x)
{
}