(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
constant3.C
const int i = 1;
const int j (2);
const int k = { 3 };

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