aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/noncompile/incomplete-1.c
blob: 773643b3f5083016dbca7b7eeea1cd9a6be7f45a (plain)
1
2
3
4
struct a
{
  struct b t;	/* { dg-error "has incomplete type" } */
};