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