You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. What is a short input program that triggers the error?
package main
func main() {
var array [5]byte = [...]byte("hello")
_ = array
}
2. What is the full compiler output?
None; it's successful.
gccgo and gofmt both give errors on this code and I don't believe the spec allows for it.
3. What version of the compiler are you using? (Run it with the -V flag.)
6g version release.r57.1 8482+
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: