summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Helpers/initialization-constexpr-extra.cc
blob: b32466a981b36ad495d49d9682d963507c444c90 (plain)
1
2
3
// Constexpr:
int getCoolestInteger();
static int coolest_integer = getCoolestInteger();