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