1 2 3 4 5 6 7 8 9 10
#[ format = 1, ] // Fruits enum Enum1: i16 { none = -1, apple = 1, orange = 2, kiwiFruit = 3, pear = 4, }