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
/
dynamic.cpp
blob: d579f1e3e4c24c5a4639aec3e6346a3094954160 (
plain
)
1
2
3
4
5
int
dynamic_base_func
(
int
x
)
{
return
x
*
x
;
}