const int i = 1;
const int j (2);
const int k = { 3 };

enum { a = i, b = j, c = k };




syntax highlighted by Code2HTML, v. 0.9.1