package main func bad() int32 { return 1 } // ERROR: unnamed return func main() { _ = bad() }