Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
46441e54c70171303c8755bb9cb6a7e2b57ea118
/
.
/
Tests
/
SwiftMixLib
/
lib.cpp
blob: 3e156b80bee6aa09bb5ee93cd7a8fd489f754654 [
file
]
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}