llvm/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-extra.cpp

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