index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
Cuda
/
Complex
/
file1.h
blob: ff1945c0aa0c181a4b426ec772d547e8c3b34f29 (
plain
)
1
2
3
4
5
6
7
#pragma once
struct
result_type
{
int
input
;
int
sum
;
};