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