summaryrefslogtreecommitdiffstats
path: root/Tests/HIP/TryCompile/main.hip
blob: 091dca3bca036d86a8adc44f835339cd320f7d03 (plain)
1
2
3
4
5
6
7
8
int __host__ try_compile_hip_func(int x);

int main(int argc, char** argv)
{
  try_compile_hip_func(int(42));

  return 0;
}