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