import std.stdio;
class Foo
{
}
import std.conv;
const bar = 42;
void main()
return;
const baz = 11;
class Foo2 : Foo