diff options
Diffstat (limited to 'testsuite/compiler/check/strMatch/strMatch.gf')
| -rw-r--r-- | testsuite/compiler/check/strMatch/strMatch.gf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
