dfmt/tests/otbs/do_body.d.ref

16 lines
119 B
Plaintext

import character.body;
void body() @nogc
in {
}
body {
body = null;
}
void body()
in {
}
do {
body = null;
}