CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / Cuda / ProperLinkFlags / file1.cu
blob1ce63bf98d526e2dc06ec6b0bfafec761ee01b8b
2 #include "file1.h"
4 result_type __device__ file1_func(int x)
6   result_type r;
7   r.input = x;
8   r.sum = x * x;
9   return r;