summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/sub.grasp
blob: 9d379ecb973c29d25eaa611b6eb8ea9c86d7fcd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
digraph {
	1 [label="sub"]
	2 [label="grasp:main"]
	3 [label="10"]
	4 [label="2"]
	5 [label="2.1"]
	6 [label="out1"]
	7 [label="out2"]

	1 -> 2 [label="name"]
	1 -> 3 [label="left"]
	1 -> 4 [label="right"]
	1 -> 5 [label="right"]
	1 -> 6 [label="out"]
	1 -> 7 [label="out"]
}