This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
sp-04/test-output/forWithContinueMethod.dt.dot
2023-10-18 23:10:43 +02:00

20 lines
324 B
Text

digraph dominatorTree {
label="forWithContinueMethod"
"D(-1)" [style=filled]
"D(33)"
"D(-2)"
"D(8)"
"D(13)"
"D(21)"
"D(0)"
"D(18)"
"D(28)"
"D(33)" -> "D(-2)"
"D(8)" -> "D(33)"
"D(13)" -> "D(21)"
"D(-1)" -> "D(0)"
"D(0)" -> "D(8)"
"D(13)" -> "D(18)"
"D(13)" -> "D(28)"
"D(8)" -> "D(13)"
}