Below you will see a User struct declaration with way too many anonymous fields. Please select all the repeated anonymous fields that won't let the program compile.
type User struct {
uint32
string
float64
bool
float64
string
uint64
}