ebiten/internal/shader/testdata/xorassign.go

7 lines
56 B
Go

package main
func Foo(x int) int {
x ^= x
return x
}