summaryrefslogtreecommitdiff
path: root/testsuite/canonical/grammars/Phrasebook.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/canonical/grammars/Phrasebook.gf')
-rw-r--r--testsuite/canonical/grammars/Phrasebook.gf9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuite/canonical/grammars/Phrasebook.gf b/testsuite/canonical/grammars/Phrasebook.gf
new file mode 100644
index 000000000..eff538f62
--- /dev/null
+++ b/testsuite/canonical/grammars/Phrasebook.gf
@@ -0,0 +1,9 @@
+abstract Phrasebook = {
+
+cat PlaceKind ;
+fun Airport : PlaceKind ;
+
+cat VerbPhrase ;
+fun VRead : VerbPhrase ;
+
+}