godot/modules/gdscript/tests/scripts/analyzer/features/preload_cyclic_reference.gd

const A = preload("preload_cyclic_reference_a.notest.gd")

func test():
	A.test_cyclic_reference()