constexpr int var_constexpr = 5; int var_not_constexpr_initialised = 6; const int var_not_constexpr_const = 7; int var_not_constexpr;