rt_gccstream/gcc/testsuite/gcc.dg/noreturn-6.c

5 lines
153 B
C

/* { dg-do compile } */
/* Check for volatile behaviour. */
extern int xxx (void);
volatile extern int xxx (void); /* { dg-error "not compatible" } */