From 3473f0d274fdeaa2a29bfeebacc63a6f5aaaaf9d Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 22 Jul 2009 09:53:39 +0000 Subject: added testcase for pattern matching on runtime variables --- testsuite/compiler/check/strMatch/strMatch.gf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testsuite/compiler/check/strMatch/strMatch.gf (limited to 'testsuite/compiler/check/strMatch/strMatch.gf') diff --git a/testsuite/compiler/check/strMatch/strMatch.gf b/testsuite/compiler/check/strMatch/strMatch.gf new file mode 100644 index 000000000..c1d2bc4b9 --- /dev/null +++ b/testsuite/compiler/check/strMatch/strMatch.gf @@ -0,0 +1,5 @@ +abstract strMatch = { + cat S ; + fun f : S -> S ; + z : S ; +} \ No newline at end of file -- cgit v1.2.3