Files
linux-packaging-mono/external/llvm-project/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc

4 lines
89 B
C++
Raw Normal View History

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