blob: 2c14fb10180b02e4b1bd5e369be32c4f92c65a28 [file] [log] [blame]
#include <type_traits>
int static_cxx_func(int x)
{
return x * x + std::integral_constant<int, 14>::value;
}