mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-12-24 13:08:06 +08:00
8 lines
62 B
Go
8 lines
62 B
Go
package main
|
|
|
|
func Foo() {
|
|
a := [2]float{1}
|
|
_ = a
|
|
return
|
|
}
|