1// Constexpr:
2int getCoolestInteger();
3static int coolest_integer = getCoolestInteger();
4