1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-18 06:52:02 +01:00
ebiten/internal/shader/testdata/out2.go

10 lines
128 B
Go
Raw Normal View History

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