Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
1.7.0
/
.
/
src
/
test
/
run-make
/
graphviz-flowgraph
/
f04.dot-expected.dot
blob: fde6cc29005500ebc4f481cd2aa51ab3ada9ac8f [
file
]
digraph block
{
N0
[
label
=
"entry"
];
N1
[
label
=
"exit"
];
N2
[
label
=
"expr 4"
];
N3
[
label
=
"local _x"
];
N4
[
label
=
"stmt let _x = 4;"
];
N5
[
label
=
"block { let _x = 4; }"
];
N0
->
N2
;
N2
->
N3
;
N3
->
N4
;
N4
->
N5
;
N5
->
N1
;
}