summaryrefslogtreecommitdiff
path: root/testsuite/compiler/check/cyclic/opers/TestOpers.gf
blob: 886458b3f7a8d6d921b2e7029325320ce8d7108c (plain)
1
2
3
4
5
6
7
8
9
10
resource TestOpers = {

flags
  optimize=noexpand;

oper
  A : Str = B ;
  B : Str = A ;

}