summaryrefslogtreecommitdiff
path: root/eclipse/examples/hello/AbsCat.gf
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/examples/hello/AbsCat.gf')
-rw-r--r--eclipse/examples/hello/AbsCat.gf5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse/examples/hello/AbsCat.gf b/eclipse/examples/hello/AbsCat.gf
new file mode 100644
index 000000000..dac5c07db
--- /dev/null
+++ b/eclipse/examples/hello/AbsCat.gf
@@ -0,0 +1,5 @@
+abstract AbsCat = {
+
+ cat Greeting ; Recipient ;
+
+};