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