1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-02-17 13:30:08 +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()
}