dfmt/tests/allman/issue0508.d.ref

8 lines
67 B
Plaintext

struct S
{
@safe invariant
{
assert(true);
}
}