Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
HIP
/
MixedLanguage
/
static.cxx
blob: 2c14fb10180b02e4b1bd5e369be32c4f92c65a28 [
file
] [
log
] [
blame
] [
edit
]
#include
<type_traits>
int
static_cxx_func
(
int
x
)
{
return
x
*
x
+
std
::
integral_constant
<
int
,
14
>::
value
;
}