solidity/test/libyul/yulControlFlowGraph/stub.yul
2021-07-15 15:24:12 +02:00

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;
//
// }