InvalidIndirection occurs when a non-pointer value is indirected via the '*' operator. Example: var x int var y = *x