2020-02-01 23:06:01 +01:00

11 lines
106 B
C

#pragma once
struct result_type
{
int input;
int sum;
};
result_type __device__ file1_func(int x);