summaryrefslogtreecommitdiff
path: root/testsuite/compiler/canonical/FoodsFin.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compiler/canonical/FoodsFin.gf')
-rw-r--r--testsuite/compiler/canonical/FoodsFin.gf6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/compiler/canonical/FoodsFin.gf b/testsuite/compiler/canonical/FoodsFin.gf
new file mode 100644
index 000000000..962199805
--- /dev/null
+++ b/testsuite/compiler/canonical/FoodsFin.gf
@@ -0,0 +1,6 @@
+
+-- (c) 2009 Aarne Ranta under LGPL
+
+concrete FoodsFin of Foods = FoodsI with
+ (Syntax = SyntaxFin),
+ (LexFoods = LexFoodsFin) ;