dfmt/tests/otbs/issue0490.d.ref

13 lines
152 B
Plaintext

void foo() {
afdsafds
.asdf // blah
.flub;
}
void foo() // hello
{ // world
// ok
writeln("hi"); // hi!
} // done
//finish