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