12 lines
250 B
Text
12 lines
250 B
Text
|
digraph staticCallTarget {
|
||
|
label="staticCallTarget";
|
||
|
|
||
|
node [shape=record]
|
||
|
e [shape=circle,label="e"]
|
||
|
x [shape=circle,label="x"]
|
||
|
bb0 [label="0|{0: // label|1: // line number information|2: RETURN }"]
|
||
|
|
||
|
e -> bb0
|
||
|
bb0 -> x
|
||
|
}
|