InvalidStructLit occurs when a positional struct literal has an incorrect number of values. Example: var _ = struct{i, j int}{1,2,3}