constant3.C   [plain text]


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

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