summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/puts_list.grasp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Grasp/Examples/puts_list.grasp')
-rw-r--r--src/Grasp/Examples/puts_list.grasp20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Grasp/Examples/puts_list.grasp b/src/Grasp/Examples/puts_list.grasp
new file mode 100644
index 0000000..b8f1b17
--- /dev/null
+++ b/src/Grasp/Examples/puts_list.grasp
@@ -0,0 +1,20 @@
+digraph {
+ 1 [label="puts"]
+ 2 [label="grasp:main"]
+ 3 [label="79"]
+ 4 [label="117"]
+ 5 [label="116"]
+ 6 [label="112"]
+ 7 [label="117"]
+ 8 [label="116"]
+ 9 [label="0"]
+
+ 1 -> 2 [label="name"]
+ 1 -> 3 [label="in"]
+ 3 -> 4 [label="next"]
+ 4 -> 5 [label="next"]
+ 5 -> 6 [label="next"]
+ 6 -> 7 [label="next"]
+ 7 -> 8 [label="next"]
+ 8 -> 9 [label="next"]
+} \ No newline at end of file