Files
gf-core/testsuite/compiler/check/cyclic/opers/TestOpers.gf
2009-10-28 17:59:18 +00:00

10 lines
91 B
Plaintext

resource TestOpers = {
flags
optimize=noexpand;
oper
A : Str = B ;
B : Str = A ;
}