//ww:run-exit 20 package main; type col = enum { A, B, C }; fn main() i32 = { let a: [3]i32 = [10i32, 20i32, 30i32]; return a[col.B]; };