1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 /* PR17513 - we hit a bug where EDGE_EXECUTABLE was not cleared on
5 successors of the entry block. This lead to a flow verification
6 error much later in the compilation (after gcse). */
7 typedef unsigned char uint8
;
8 typedef unsigned int uint32
;
14 extern int foo (void);