From 880665ad0fb52dbbfdbe8e0300806fd90a8ca0b8 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 20 May 2009 16:38:19 +0000 Subject: testcase for parameters with nested records --- testsuite/compiler/params/params.gf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 testsuite/compiler/params/params.gf (limited to 'testsuite/compiler/params/params.gf') 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 -- cgit v1.2.3