go.go:3:9: error: invalid use of special builtin function ‘complex’; must be called
go.go:3: use of builtin complex not in function call
The built-in functions do not have standard Go types, so they can only appear in call expressions; they cannot be used as function values.