(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr37418-3.c
       1  typedef void ft(int);
       2  void f(int args)__attribute__((const));
       3  void f2(ft *p __attribute__((const)))
       4  {
       5    p = f;
       6  }