package main func main() { z := complex(float32(1), float32(2)) // ERROR: complex not allowed _ = z }