sp-04/test-output/<init>.dt.dot

9 lines
127 B
Plaintext
Raw Normal View History

2023-10-18 21:10:43 +00:00
digraph dominatorTree {
label="<init>"
"D(-1)" [style=filled]
"D(0)"
"D(-2)"
"D(0)" -> "D(-2)"
"D(-1)" -> "D(0)"
}