1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-16 22:12:02 +01:00
ebiten/internal/shader/testdata/issue2011.go

14 lines
115 B
Go
Raw Normal View History

package main
const F = float(1)
func Foo() float {
return F
}
const I = int(2.0)
func Bar() int {
return I
}