namespace start { static int const C = 0; enum { E = 0 }; void f(int = C, int = E); }