summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/mod.grasp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Grasp/Examples/mod.grasp')
-rw-r--r--src/Grasp/Examples/mod.grasp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Grasp/Examples/mod.grasp b/src/Grasp/Examples/mod.grasp
new file mode 100644
index 0000000..c48c9ba
--- /dev/null
+++ b/src/Grasp/Examples/mod.grasp
@@ -0,0 +1,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"]
+} \ No newline at end of file