(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
gimplefe-error-14.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fgimple" } */
       3  
       4  int __GIMPLE () foo ()
       5  {
       6    int _1;
       7    return a_1(D);  /* { dg-error "cannot have default definition" } */
       8  }