summaryrefslogtreecommitdiff
path: root/test.lang
blob: b59ffe0b9e25356ba432c494f7df73e1ee1015cf (plain)
1
2
3
func main(a, b, c i64) i64 {
	return b xor ((a xor b) xor (b xor c) xor b)
}