summaryrefslogtreecommitdiff
path: root/testsuite/compiler/params/params.gf
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/compiler/params/params.gf')
-rw-r--r--testsuite/compiler/params/params.gf7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/compiler/params/params.gf b/testsuite/compiler/params/params.gf
new file mode 100644
index 000000000..0ca96a00a
--- /dev/null
+++ b/testsuite/compiler/params/params.gf
@@ -0,0 +1,7 @@
+abstract params = {
+
+cat S; NP ;
+
+fun test : NP -> S ;
+
+} \ No newline at end of file