summaryrefslogtreecommitdiff
path: root/eclipse/examples/hello/ResEng.gf
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/examples/hello/ResEng.gf')
-rw-r--r--eclipse/examples/hello/ResEng.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/eclipse/examples/hello/ResEng.gf b/eclipse/examples/hello/ResEng.gf
new file mode 100644
index 000000000..1ecf97a4d
--- /dev/null
+++ b/eclipse/examples/hello/ResEng.gf
@@ -0,0 +1,8 @@
+--# -path=.:../abstract:../common:../../prelude
+resource ResEng = {
+
+ param
+ OtherParam = A | B ;
+ Gender = Masc | Fem ;
+
+} ;