ebiten/internal/shader/testdata/array3.go
2024-09-21 21:43:08 +09:00

8 lines
62 B
Go

package main
func Foo() {
a := [2]float{1}
_ = a
return
}