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

6 lines
53 B
Go
Raw Normal View History

package main
func Foo() bool {
return 1.0 == 1.0
}