xref: /aosp_15_r20/external/compiler-rt/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 // Constexpr:
2 int getCoolestInteger();
3 static int coolest_integer = getCoolestInteger();
4