/* @generated */
digraph iCFG {
"ExceptionExample_test18" [label="8: DeclStmt \n n$7=_fun___objc_alloc_no_fail(sizeof(class NSString ):unsigned long ) [line 28]\n *&s:class NSString *=n$7 [line 28]\n " shape="box"]
"ExceptionExample_test18" -> "ExceptionExample_test15" ;
"ExceptionExample_test18" -> "ExceptionExample_test16" ;
"ExceptionExample_test17" [label="7: ObjCCPPThrow \n n$4=_fun_NSString_stringWithUTF8String:(\"Something is not right exception\":char *) [line 31]\n n$5=_fun_NSString_stringWithUTF8String:(\"Can't perform this operation because of this or that\":char *) [line 33]\n n$6=_fun_NSException_exceptionWithName:reason:userInfo:(n$4:class NSString *,n$5:class NSString *,0:class NSDictionary *) [line 30]\n _fun___infer_objc_cpp_throw(n$6:class NSException *) [line 30]\n " shape="box"]
"ExceptionExample_test17" -> "ExceptionExample_test13" ;
"ExceptionExample_test16" [label="6: Prune (false branch) \n n$3=*&s:class NSString * [line 29]\n PRUNE((n$3 == 0), false); [line 29]\n " shape="invhouse"]
"ExceptionExample_test16" -> "ExceptionExample_test13" ;
"ExceptionExample_test15" [label="5: Prune (true branch) \n n$3=*&s:class NSString * [line 29]\n PRUNE((n$3 != 0), true); [line 29]\n " shape="invhouse"]
"ExceptionExample_test15" -> "ExceptionExample_test17" ;
"ExceptionExample_test14" [label="4: between_join_and_exit \n " shape="box"]
"ExceptionExample_test14" -> "ExceptionExample_test12" ;
"ExceptionExample_test13" [label="3: + \n " ]
"ExceptionExample_test13" -> "ExceptionExample_test14" ;
"ExceptionExample_test12" [label="2: Exit ExceptionExample_test1 \n " color=yellow style=filled]
"ExceptionExample_test11" [label="1: Start ExceptionExample_test1\nFormals: self:class ExceptionExample *\nLocals: s:class NSString * \n DECLARE_LOCALS(&return,&s); [line 27]\n " color=yellow style=filled]
"ExceptionExample_test11" -> "ExceptionExample_test18" ;
"ExceptionExample_test4" [label="4: DeclStmt \n n$2=_fun___objc_alloc_no_fail(sizeof(class NSString ):unsigned long ) [line 20]\n *&s:class NSString *=n$2 [line 20]\n " shape="box"]
"ExceptionExample_test4" -> "ExceptionExample_test3" ;
"ExceptionExample_test3" [label="3: Message Call: description \n n$0=*&self:class ExceptionExample * [line 23]\n n$1=_fun_ExceptionExample_description(n$0:class ExceptionExample *) [line 23]\n " shape="box"]
"ExceptionExample_test3" -> "ExceptionExample_test2" ;
"ExceptionExample_test2" [label="2: Exit ExceptionExample_test \n " color=yellow style=filled]
"ExceptionExample_test1" [label="1: Start ExceptionExample_test\nFormals: self:class ExceptionExample *\nLocals: s:class NSString * \n DECLARE_LOCALS(&return,&s); [line 18]\n " color=yellow style=filled]
"ExceptionExample_test1" -> "ExceptionExample_test4" ;
}