OpenGrok
Cross Reference: initialization-constexpr-extra.cc
xref
: /
external
/
compiler-rt
/
test
/
asan
/
TestCases
/
Helpers
/
initialization-constexpr-extra.cc
Home
|
History
|
Annotate
|
Download
|
only in
Helpers
1
// Constexpr:
2
int
getCoolestInteger
();
3
static
int
coolest_integer
=
getCoolestInteger
();
4