diff options
Diffstat (limited to 'testsuite/compiler/canonical/Phrasebook.gf')
| -rw-r--r-- | testsuite/compiler/canonical/Phrasebook.gf | 8 |
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 ; + +} |
