Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
HIP
/
MixedLanguage
/
static.cxx
blob: 2c14fb10180b02e4b1bd5e369be32c4f92c65a28 [
file
]
#include
<type_traits>
int
static_cxx_func
(
int
x
)
{
return
x
*
x
+
std
::
integral_constant
<
int
,
14
>::
value
;
}