(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
noncompile/
931203-1.c
       1  typedef struct
       2  {
       3    int x, y;
       4  } point_t;
       5  
       6  
       7  point_t
       8  f ()
       9  {
      10    return 0;	/* { dg-error "incompatible types" } */
      11  }