summaryrefslogtreecommitdiff
path: root/Tests/CudaOnly/SeparateCompilation/file1.h
blob: ff1945c0aa0c181a4b426ec772d547e8c3b34f29 (plain)
1
2
3
4
5
6
7

#pragma once
struct result_type
{
  int input;
  int sum;
};