android13/external/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-ex...

4 lines
89 B
C++
Raw Normal View History

2024-06-22 08:45:49 -04:00
// Constexpr:
int getCoolestInteger();
static int coolest_integer = getCoolestInteger();