cmake/Tests/Cuda/Complex/file1.h

8 lines
62 B

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