mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
06ed4f5444
Fixes #1279
7 lines
70 B
Go
7 lines
70 B
Go
package main
|
|
|
|
func Foo(foo vec2) int {
|
|
var a [2]int
|
|
return len(a)
|
|
}
|