dfmt/tests/allman/issue0244.d.ref
2018-10-03 12:07:54 +02:00

5 lines
60 B
Text

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