xxxxxxxxxx
import std.stdio;
void foo()
{
return bar();
}
void bar()
writeln("bar");
void main()
foo();