file2.h 161 B

123456789101112
  1. #pragma once
  2. #include "file1.h"
  3. struct result_type_dynamic
  4. {
  5. int input;
  6. int sum;
  7. bool from_static;
  8. };
  9. result_type_dynamic __device__ file2_func(int x);