cyclic_ref_external.gd 90 B

123456
  1. func test():
  2. print(v)
  3. var v = A.v
  4. const A = preload("cyclic_ref_external_a.notest.gd")