/* another untagged enum, just to check */ enum { HI, MOM }; /* takes an enum */ enum { HELLO, GOODBYE } untaggedenum();