modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr37418-4.c (about)

     1  typedef void ft(int);
     2  const ft f;
     3  void f2(ft *p __attribute__((const)))
     4  {
     5    p = f;
     6  }