dfmt/tests/otbs/issue0189.d.ref

18 lines
289 B
Plaintext

unittest {
Test("Something") in {
abcde_abcde_abcde();
abcde_abcde_abcde();
abcde_abcde_abcde();
abcde_abcde_abcde();
abcde_abcde_abcde();
abcde_abcde_abcde();
};
}
void aFunction(ParamType param)
in {
assert(stuff);
}
body {
}