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