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