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