Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / noreturn-6.c
blobeb1fd243773c47c9674ae3f9f02f3720e4a097ef
1 /* { dg-do compile } */
2 /* Check for volatile behaviour. */
3 extern int xxx (void);
4 volatile extern int xxx (void); /* { dg-error "not compatible" } */