ebiten/internal/shader/testdata/len.go

7 lines
70 B
Go
Raw Normal View History

package main
func Foo(foo vec2) int {
var a [2]int
return len(a)
}