dfmt/tests/allman/issue0244.d.ref

6 lines
60 B
Plaintext

enum Status : bool
{
abort = true,
ignore = false
}