Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
Cuda
/
Complex
/
dynamic.cpp
blob: 38da6a6a8a1c3169a3b25511ba9a9863957b8976 [
file
]
#ifdef
_WIN32
# define EXPORT __declspec(dllexport)
#else
# define EXPORT
#endif
EXPORT
int
dynamic_base_func
(
int
x
)
{
return
x
*
x
;
}