blob: dcc003984acdf9e3c05e84dc3d49b55a5e30134c [file] [log] [blame]
typedef void ft(int);
volatile ft f;
void f2(ft *p __attribute__((noreturn)))
{
p = f;
}