(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
gimplefe-error-10.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fgimple" } */
       3  
       4  __GIMPLE
       5  void foo() {
       6    int t1;
       7    t1_1 = t1_1(); /* { dg-error "invalid call" } */
       8  }