1struct A {
2    enum { value = 10 };
3    A() { f(); }
4    static int f(int i=value);
5};
6