Files
Construction-of-Compilers/Project-02-03-04/mistraltests/after/faulty_if_cfg_after.dot
2026-01-22 20:26:41 +01:00

6 lines
128 B
Plaintext

digraph CFG {
node [fontname="Helvetica"];
n356 [label="START", shape=box];
n356 -> n358;
n358 [label="0", shape=box];
}