solidity/test/libyul/yulStackLayout/stub.yul
2021-09-02 17:47:19 +02:00

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