unplugged-vendor/external/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc

4 lines
89 B
C++

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