blob: 4279a21b8d049fadccbeaae8cf5d0040b8a36b64 [file] [log] [blame]
package main
func foo(a [1000]byte) {
foo(a)
}
func main() {
foo([1000]byte{})
}