cyclic_ref_const.gd 53 B

12345
  1. func test():
  2. print(c1)
  3. const c1 = c2
  4. const c2 = c1