/* @generated */ digraph iCFG { 20 [label="20: Return Stmt \n n$0=_fun_switch_with_fallthrough(66:int ) [line 27]\n *&return:int =(1 / (n$0 - 3)) [line 27]\n " shape="box"] 20 -> 19 ; 19 [label="19: Exit test_fallthrough \n " color=yellow style=filled] 18 [label="18: Start test_fallthrough\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 27]\n " color=yellow style=filled] 18 -> 20 ; 17 [label="17: DeclStmt \n *&res:int =5 [line 13]\n " shape="box"] 17 -> 7 ; 16 [label="16: Prune (false branch) \n PRUNE(((n$1 == 22) == 0), false); [line 15]\n " shape="invhouse"] 16 -> 13 ; 16 -> 14 ; 15 [label="15: Prune (true branch) \n PRUNE(((n$1 == 22) != 0), true); [line 15]\n " shape="invhouse"] 15 -> 8 ; 14 [label="14: Prune (false branch) \n PRUNE(((n$1 == 33) == 0), false); [line 16]\n " shape="invhouse"] 14 -> 11 ; 14 -> 12 ; 13 [label="13: Prune (true branch) \n PRUNE(((n$1 == 33) != 0), true); [line 16]\n " shape="invhouse"] 13 -> 8 ; 12 [label="12: Prune (false branch) \n PRUNE(((n$1 == 66) == 0), false); [line 18]\n " shape="invhouse"] 12 -> 9 ; 12 -> 10 ; 11 [label="11: Prune (true branch) \n PRUNE(((n$1 == 66) != 0), true); [line 18]\n " shape="invhouse"] 11 -> 8 ; 10 [label="10: Prune (false branch) \n PRUNE(((n$1 == 77) == 0), false); [line 20]\n " shape="invhouse"] 10 -> 6 ; 9 [label="9: Prune (true branch) \n PRUNE(((n$1 == 77) != 0), true); [line 20]\n " shape="invhouse"] 9 -> 8 ; 8 [label="8: BinaryOperatorStmt: Assign \n n$2=_fun_h() [line 21]\n *&res:int =n$2 [line 21]\n " shape="box"] 8 -> 6 ; 7 [label="7: Switch_stmt \n n$1=*&n:int [line 14]\n " shape="box"] 7 -> 15 ; 7 -> 16 ; 6 [label="6: Return Stmt \n n$0=*&res:int [line 24]\n *&return:int =n$0 [line 24]\n " shape="box"] 6 -> 5 ; 5 [label="5: Exit switch_with_fallthrough \n " color=yellow style=filled] 4 [label="4: Start switch_with_fallthrough\nFormals: n:int \nLocals: res:int \n DECLARE_LOCALS(&return,&res); [line 12]\n " color=yellow style=filled] 4 -> 17 ; 3 [label="3: Return Stmt \n *&return:int =3 [line 10]\n " shape="box"] 3 -> 2 ; 2 [label="2: Exit h \n " color=yellow style=filled] 1 [label="1: Start h\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 10]\n " color=yellow style=filled] 1 -> 3 ; }