aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/20011008-1.c
blob: e3991471a9f5dca9262b599ee8cc0ec401fe404d (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O0 -fshow-column" } */

struct { int; int q; } a; /* { dg-warning "13:does not declare anything" } */
struct { union {int x;}; int q; } b;
struct { struct {int x;}; int q; } c;
union { union {int x;}; int q; } d;
union { struct {int x;}; int q; } e;