android_mt6572_jiabo/external/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc
2025-09-05 16:56:03 +08:00

3 lines
89 B
C++

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