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