xref
: /
external
/
llvm-project
/
compiler-rt
/
test
/
asan
/
TestCases
/
Helpers
/
initialization-constexpr-extra.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// Constexpr:
2
int
getCoolestInteger
();
3
static
int
coolest_integer
=
getCoolestInteger
();
4