blob: 1f4a58ba0a3c2c0f338a3d1d700de858f7108418 [file]
digraph block {
N0[label="entry"];
N1[label="exit"];
N2[label="local _x"];
N3[label="stmt let _x: isize;"];
N4[label="block { let _x: isize; }"];
N0 -> N2;
N2 -> N3;
N3 -> N4;
N4 -> N1;
}