You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
497 B

/* @generated */
digraph iCFG {
"main4" [label="4: DeclStmt \n *&a:int =0 [line 10]\n " shape="box"]
"main4" -> "main3" ;
"main3" [label="3: DeclStmt \n n$0=*&a:int [line 10]\n *&b:int =(n$0 + 2) [line 10]\n " shape="box"]
"main3" -> "main2" ;
"main2" [label="2: Exit main \n " color=yellow style=filled]
"main1" [label="1: Start main\nFormals: \nLocals: b:int a:int \n DECLARE_LOCALS(&return,&b,&a); [line 10]\n " color=yellow style=filled]
"main1" -> "main4" ;
}