forked from GitHub/gf-core
split the testsuite to different directories for compiler, runtime and libraries
This commit is contained in:
9
testsuite/compiler/check/lins/lins.gf
Normal file
9
testsuite/compiler/check/lins/lins.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract lins = {
|
||||
|
||||
cat Nat ;
|
||||
cat C Nat ;
|
||||
|
||||
fun zero : Nat ;
|
||||
test : C zero ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user