(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
gimplefe-error-12.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fgimple" } */
       3  
       4  int get_current ();
       5  
       6  __GIMPLE
       7  void foo()
       8  {
       9    get_current()->flags; /* { dg-error "non-pointer" } */
      10  }