summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/sub_empty.grasp
blob: 74ad7f0ff2afccde891c6224ed351659023d74f5 (plain)
1
2
3
4
5
6
7
8
9
10
digraph {
	1 [label="sub"]
	2 [label="grasp:main"]
	3 [label="10"]
    4 [label="out"]

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