dfmt/tests/allman/enum_attribs.d.ref

7 lines
58 B
Plaintext

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