Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
850b4d990c1bf15b70cc5dab9794066ab0f1d948
/
.
/
Tests
/
SwiftMixLib
/
lib.c
blob: 8eca512464407094ac84ebedccf7a2a842212ffb [
file
]
int
add_int
(
int
a
,
int
b
)
{
return
a
+
b
;
}