dfmt/tests/otbs/enum_attribs.d.ref

6 lines
58 B
Plaintext

enum Foo {
deprecated member0,
@UDA(0) member1
}