ebiten/internal/shader/testdata/issue1298.go

7 lines
63 B
Go
Raw Normal View History

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