llvm-project/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-ex...

4 lines
89 B
C++

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