initialization-constexpr-extra.cpp 89 Bytes
// Constexpr:
int getCoolestInteger();
static int coolest_integer = getCoolestInteger();