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