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