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