solidity/test/libyul/yulControlFlowGraph/stub.yul

16 lines
208 B
Plaintext
Raw Normal View History

2021-06-11 17:17:41 +00:00
{
}
// ----
// digraph CFG {
// nodesep=0.7;
// node[shape=box];
//
// Entry [label="Entry"];
// Entry -> Block0;
// Block0 [label="\
// "];
// Block0Exit [label="MainExit"];
// Block0 -> Block0Exit;
//
// }