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