struct A {
    enum { value = 10 };
    A() { f(); }
    static int f(int i=value);
};


syntax highlighted by Code2HTML, v. 0.9.1