/* @generated */
digraph iCFG {
10 [label="10:  Return Stmt \n   *&return:int =0 [line 16]\n " shape="box"]
	

	 10 -> 9 ;
9 [label="9: Exit noexcept_in_throw1_is_false \n  " color=yellow style=filled]
	

8 [label="8: Start noexcept_in_throw1_is_false\nFormals: \nLocals:  \n   DECLARE_LOCALS(&return); [line 16]\n " color=yellow style=filled]
	

	 8 -> 10 ;
7 [label="7:  Return Stmt \n   *&return:int =1 [line 14]\n " shape="box"]
	

	 7 -> 6 ;
6 [label="6: Exit noexcept_in_no_throw_is_true \n  " color=yellow style=filled]
	

5 [label="5: Start noexcept_in_no_throw_is_true\nFormals: \nLocals:  \n   DECLARE_LOCALS(&return); [line 14]\n " color=yellow style=filled]
	

	 5 -> 7 ;
4 [label="4: Exit no_throw \n  " color=yellow style=filled]
	

3 [label="3: Start no_throw\nFormals: \nLocals:  \n   DECLARE_LOCALS(&return); [line 12]\n " color=yellow style=filled]
	

	 3 -> 4 ;
2 [label="2: Exit throw1 \n  " color=yellow style=filled]
	

1 [label="1: Start throw1\nFormals: \nLocals:  \n   DECLARE_LOCALS(&return); [line 10]\n " color=yellow style=filled]
	

	 1 -> 2 ;
}