cyclic_ref_var.gd 51 B

12345
  1. func test():
  2. print(v1)
  3. var v1 := v2
  4. var v2 := v1