xref: /llvm-project/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-extra.cpp (revision 673dc3d4a0b0fbb3b9b34ae2ecbfa522627fe582)
1 // Constexpr:
2 int getCoolestInteger();
3 static int coolest_integer = getCoolestInteger();
4