1 namespace start {
2 static int const C = 123;
3 int var_int = C;
4 }
5