blob: 29558945e3af624ca5ba902fa0701f7e0ef56ed7 [file] [log] [blame]
#include <type_traits>
using tt = std::true_type;
using ft = std::false_type;
int __host__ static_hip11_func(int x)
{
return x * x + std::integral_constant<int, 17>::value;
}