OSDN Git Service

PR c/17844
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noreturn-6.c
1 /* { dg-do compile } */
2 /* Check for volatile behaviour.  */
3 extern int xxx (void);
4 volatile extern int xxx (void);  /* { dg-error "not compatible" } */