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

7 lines
91 B
C

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