try this:
void main()
{
    auto foo = new Foo();
    doStuff!(Foo.s);
}

Reply via email to