summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/mul.grasp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Grasp/Examples/mul.grasp')
-rw-r--r--src/Grasp/Examples/mul.grasp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Grasp/Examples/mul.grasp b/src/Grasp/Examples/mul.grasp
new file mode 100644
index 0000000..ad2baef
--- /dev/null
+++ b/src/Grasp/Examples/mul.grasp
@@ -0,0 +1,16 @@
+digraph {
+ 1 [label="mul"]
+ 2 [label="grasp:main"]
+ 3 [label="2"]
+ 4 [label="5.3"]
+ 5 [label="3"]
+ 6 [label="out1"]
+ 7 [label="out2"]
+
+ 1 -> 2 [label="name"]
+ 1 -> 3 [label="arg"]
+ 1 -> 4 [label="arg"]
+ 1 -> 5 [label="arg"]
+ 1 -> 6 [label="out"]
+ 1 -> 7 [label="out"]
+} \ No newline at end of file