0 / 60 seg.

What will this code print?

var i int8 = 120
i += 10
fmt.Println(i)