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