// This is used by the matching_patterns test to test qualified reference to // enum elements. public enum ImportedEnum { case Simple case Compound(Int) }