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