]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/noreturn-5.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / noreturn-5.c.expected
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99" } */
3 /* Check that 'noreturn' and 'volatile extern' are compatible.  
4    The testsuite uses -ansi -pedantic-errors by default, so this has
5    to override.  */
6 extern void xxx (int) __attribute__((noreturn));
7 typedef void voidfn (int);
8 __volatile extern voidfn xxx;