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