Add generated dot files

This commit is contained in:
Jan-Niclas Loosen
2026-01-23 13:01:50 +01:00
parent add07249dc
commit f0877b5685
37 changed files with 1857 additions and 1 deletions

View 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];
}