4 lines
89 B
C++
Raw Normal View History

// Constexpr:
int getCoolestInteger();
static int coolest_integer = getCoolestInteger();