The value printed by the following function is garbage. ``` cpp int var = 42; int main() { constexpr variable_info v = reflexpr(var); printf("%d\n", v.get<int>()); } ```
The value printed by the following function is garbage.