summaryrefslogtreecommitdiff
path: root/examples/test/srg/cyclic-indirect
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test/srg/cyclic-indirect')
-rw-r--r--examples/test/srg/cyclic-indirect/cyclic-indirect.gf11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/test/srg/cyclic-indirect/cyclic-indirect.gf b/examples/test/srg/cyclic-indirect/cyclic-indirect.gf
deleted file mode 100644
index 316589cd8..000000000
--- a/examples/test/srg/cyclic-indirect/cyclic-indirect.gf
+++ /dev/null
@@ -1,11 +0,0 @@
--- a grammar with an indirect cycle
-
-cat S; G;
-
-fun f : S ;
-fun fg : G -> S ;
-fun gf : S -> G ;
-
-lin f = { s = "f" } ;
-lin fg x = x;
-lin gf x = x;