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

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