OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr37418-2.c
1 typedef void ft(int);
2 volatile ft f;
3 void f2(ft *p __attribute__((noreturn)))
4 {
5   p = f;
6 }