dfmt/tests/allman/issue0490.d.ref

14 lines
152 B
Plaintext

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