1 2 3 4 5 6 7 8
namespace start { static int const C = 0; enum { E = 0 }; void f(int = C, int = E); }