(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
defarg3.C
struct A {
    enum { value = 10 };
    A() { f(); }
    static int f(int i=value);
};