dfmt/tests/do_body.d

8 lines
102 B
D

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