one more test for cyclic operations

This commit is contained in:
krasimir
2010-02-09 18:38:11 +00:00
parent 64da1c2021
commit ea85cd1078
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
resource TestOperTypes = {
flags
optimize=noexpand;
oper
A : T = Str ;
T : Type = A ;
}

View File

@@ -1 +1,2 @@
i -src testsuite/compiler/check/cyclic/opers/TestOpers.gf
i -src testsuite/compiler/check/cyclic/opers/TestOpers.gf
i -src testsuite/compiler/check/cyclic/opers/TestOperTypes.gf

View File

@@ -2,3 +2,7 @@
checking module TestOpers
circular definitions: A B