package main func main() { var z complex128 = 1 + 2i r := real(z) // ERROR: real not allowed _ = r }