/* @generated */ digraph iCFG { "main5" [label="5: DeclStmt \n *&src:int =1 [line 20]\n " shape="box"] "main5" -> "main4" ; "main4" [label="4: GCCAsmStmt \n n$0=*&src:int [line 27]\n _fun___infer_skip_gcc_asm_stmt(&dst:int &,n$0:int ) [line 23]\n " shape="box"] "main4" -> "main3" ; "main3" [label="3: Return Stmt \n *&return:int =0 [line 28]\n " shape="box"] "main3" -> "main2" ; "main2" [label="2: Exit main \n " color=yellow style=filled] "main1" [label="1: Start main\nFormals: \nLocals: dst:int src:int \n DECLARE_LOCALS(&return,&dst,&src); [line 19]\n " color=yellow style=filled] "main1" -> "main5" ; "test4" [label="4: GCCAsmStmt \n _fun___infer_skip_gcc_asm_stmt(&x:int &,&y:int &,&z:int &,&h:int &,0:int ) [line 15]\n " shape="box"] "test4" -> "test3" ; "test3" [label="3: Return Stmt \n *&return:int =0 [line 16]\n " shape="box"] "test3" -> "test2" ; "test2" [label="2: Exit test \n " color=yellow style=filled] "test1" [label="1: Start test\nFormals: \nLocals: h:int z:int y:int x:int \n DECLARE_LOCALS(&return,&h,&z,&y,&x); [line 10]\n " color=yellow style=filled] "test1" -> "test4" ; }