mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
{
|
|
}
|
|
// ----
|
|
// digraph CFG {
|
|
// nodesep=0.7;
|
|
// node[shape=box];
|
|
//
|
|
// Entry [label="Entry"];
|
|
// Entry -> Block0;
|
|
// Block0 [label="\
|
|
// [ ]\l\
|
|
// [ ]\l\
|
|
// "];
|
|
// Block0Exit [label="MainExit"];
|
|
// Block0 -> Block0Exit;
|
|
//
|
|
// }
|