Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
7fa5b3eecc60d2a4e66eb7eeff019fd2f1a7d397
/
.
/
Tests
/
Cuda
/
ObjectLibrary
/
static.cpp
blob: 527f7f554f785904153809f601c2f8e11f20409a [
file
]
int
file1_sq_func
(
int
);
int
cpp_sq_func
(
int
x
)
{
return
x
*
x
;
}