summaryrefslogtreecommitdiff
path: root/testsuite/compiler/canonical/Phrasebook.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compiler/canonical/Phrasebook.gf')
-rw-r--r--testsuite/compiler/canonical/Phrasebook.gf8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/compiler/canonical/Phrasebook.gf b/testsuite/compiler/canonical/Phrasebook.gf
new file mode 100644
index 000000000..9ebc13106
--- /dev/null
+++ b/testsuite/compiler/canonical/Phrasebook.gf
@@ -0,0 +1,8 @@
+abstract Phrasebook =
+ Greetings,
+ Words
+ ** {
+
+flags startcat = Phrase ;
+
+}