godot/modules/gdscript/tests/scripts/analyzer/features/external_enum_as_constant_external.notest.gd

enum MyEnum {
	WAITING,
	GODOT
}