1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-31 13:04:29 +01:00
ebiten/internal/shader/testdata/issue1298.go
2020-08-12 12:16:22 +09:00

7 lines
63 B
Go

package main
func Foo(f float) int {
x := int(f)
return x
}