Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
1.7.0
/
.
/
src
/
test
/
run-make
/
graphviz-flowgraph
/
f00.dot-expected.dot
blob: f699771ef24c6da108174a5bc4e4a98fc00f4df3 [
file
]
digraph block
{
N0
[
label
=
"entry"
];
N1
[
label
=
"exit"
];
N2
[
label
=
"block { }"
];
N0
->
N2
;
N2
->
N1
;
}