summaryrefslogtreecommitdiff
path: root/src/Grasp/Examples/new.grasp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Grasp/Examples/new.grasp')
-rw-r--r--src/Grasp/Examples/new.grasp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Grasp/Examples/new.grasp b/src/Grasp/Examples/new.grasp
new file mode 100644
index 0000000..959e5c8
--- /dev/null
+++ b/src/Grasp/Examples/new.grasp
@@ -0,0 +1,10 @@
+digraph {
+ 1 [label="new"]
+ 2 [label="grasp:main"]
+ 3 [label="test"]
+
+ 1 -> 2 [label="name"]
+ 1 -> 1 [label="tail"]
+ 1 -> 1 [label="head"]
+ 1 -> 3 [label="label"]
+} \ No newline at end of file