mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-15 23:47:26 +01:00
8 lines
62 B
Go
8 lines
62 B
Go
package main
|
|
|
|
func Foo() {
|
|
a := [2]float{1}
|
|
_ = a
|
|
return
|
|
}
|