ebiten/internal/shader/testdata/out.go

6 lines
67 B
Go
Raw Normal View History

package main
func Foo() (a float, b [4]float, c vec4) {
return
}