* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr37418-2.c
blobdcc003984acdf9e3c05e84dc3d49b55a5e30134c
1 typedef void ft(int);
2 volatile ft f;
3 void f2(ft *p __attribute__((noreturn)))
5 p = f;