On 8/28/13, Jacob Carlborg <doob at me.com> wrote: > Yes, it's sometimes usable to be able to declare dummy types like this. > Especially now when we have UAD's (User Defined Attribute): > > enum foo; > > @foo bar (); Good tip, I used to use structs for this but I wanted something non-instantiable.