summaryrefslogtreecommitdiff
path: root/test/srg/srg0002/empty.gf
diff options
context:
space:
mode:
Diffstat (limited to 'test/srg/srg0002/empty.gf')
-rw-r--r--test/srg/srg0002/empty.gf13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/srg/srg0002/empty.gf b/test/srg/srg0002/empty.gf
deleted file mode 100644
index 19a9701ca..000000000
--- a/test/srg/srg0002/empty.gf
+++ /dev/null
@@ -1,13 +0,0 @@
-cat S; X; E;
-
-fun s : S ;
-fun es : E -> S -> S ;
-fun sx : S -> X -> S ;
-fun x : X ;
-fun e : E ;
-
-lin s = { s = "s" } ;
-lin es e s = { s = e.s ++ s.s } ;
-lin sx s x = { s = s.s ++ x.s } ;
-lin x = { s = "x" } ;
-lin e = { s = "e" } ;