rt_gccstream/gcc/testsuite/gcc.c-torture/compile/pr37418-1.c

7 lines
119 B
C

typedef void ft(int);
void f(int args)__attribute__((noreturn));
void f2(ft *p __attribute__((noreturn)))
{
p = f;
}