xxxxxxxxxx
const int foo = 7;
static assert(is(typeof(foo) == const(int)));
const {
double bar = 6;
}
static assert(is(typeof(bar) == const(double)));