summaryrefslogtreecommitdiffstats
path: root/test/input/Variable-init-ns.cxx
blob: 72bdc2fe4de50f8155e3fc3e774f488f39b59989 (plain)
1
2
3
4
namespace start {
static int const C = 123;
int var_int = C;
}