summaryrefslogtreecommitdiffstats
path: root/Tests/HIP/MixedLanguage/static.cxx
blob: 2c14fb10180b02e4b1bd5e369be32c4f92c65a28 (plain)
1
2
3
4
5
6
7

#include <type_traits>

int static_cxx_func(int x)
{
  return x * x + std::integral_constant<int, 14>::value;
}