xxxxxxxxxx
import std.stdio;
pure:
struct Foo {
int bar() { return 42; }
}
void main()
{
Foo().bar();