packages feed

gf-3.1.6: testsuite/compiler/check/cyclic/params/TestParams.gf

resource TestParams = {

param
  A = A1 B ;
  B = B1 A ;

}