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
}