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

enum {
	V1,
	V2 = V1,
}

func test():
	pass