xxxxxxxxxx
enum Foo {
@(10) one,
@(20) two,
}
void main()
{
pragma(msg, [__traits(getAttributes, Foo.one)] == [10]);
pragma(msg, [__traits(getAttributes, Foo.two)] == [20]);