Add generated dot files
This commit is contained in:
8
Project-02-03-04/cfgdots/faulty_if.dot
Normal file
8
Project-02-03-04/cfgdots/faulty_if.dot
Normal file
@@ -0,0 +1,8 @@
|
||||
digraph CFG {
|
||||
node [fontname="Helvetica"];
|
||||
n356 [label="START", shape=ellipse, style=filled, color=gray];
|
||||
n356 -> n358;
|
||||
n358 [label="0", shape=box];
|
||||
n358 -> n357;
|
||||
n357 [label="END", shape=ellipse, style=filled, color=gray];
|
||||
}
|
||||
Reference in New Issue
Block a user