summaryrefslogtreecommitdiff
path: root/test.lang
blob: 3448ea887483139cb98bd58dfe887692b5b32df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*func main(a, b i64) i64 {
	let x i64 = 0, y bool = true
	if a <> 0 {
		x := 1
	}
	return x + a
}*/

func main(a, b i64) i64 {
	return (a & b) & b & a
}