modernc.org/cc@v1.0.1/testdata/gcc-6.3.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  }