diff options
Diffstat (limited to 'Tests/CudaOnly/SeparateCompilation/file1.h')
-rw-r--r-- | Tests/CudaOnly/SeparateCompilation/file1.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CudaOnly/SeparateCompilation/file1.h b/Tests/CudaOnly/SeparateCompilation/file1.h new file mode 100644 index 0000000..ff1945c --- /dev/null +++ b/Tests/CudaOnly/SeparateCompilation/file1.h @@ -0,0 +1,7 @@ + +#pragma once +struct result_type +{ + int input; + int sum; +}; |