package main type MySlice []int32 // ERROR: named slice type func main() { var s MySlice _ = s }