blob: 5c81c69e6793fc5278ec589b601a512e85011af2 [file] [log] [blame]
struct A {
enum { value = 10 };
A() { f(); }
static int f(int i=value);
};