Add test case for selection using records (fails)

This commit is contained in:
John J. Camilleri
2021-02-10 13:55:38 +01:00
parent d5f68970b9
commit a12f58e7b0
5 changed files with 51 additions and 1 deletions

6
testsuite/lpgf/Tables.gf Normal file
View File

@@ -0,0 +1,6 @@
abstract Tables = {
cat S ; F ;
fun
FtoS : F -> S ;
f1, f2, f3, f4, f5, f6 : F ;
}