blob: f699771ef24c6da108174a5bc4e4a98fc00f4df3 [file]
digraph block {
N0[label="entry"];
N1[label="exit"];
N2[label="block { }"];
N0 -> N2;
N2 -> N1;
}