1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-23 17:32:02 +01:00
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
}