Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
XCTest
/
StaticLibExample
/
StaticLibExample.c
blob: 8d16eb5969ee1acbfa701d9cb48ae69f28186bf5 [
file
] [
log
] [
blame
]
#include
"StaticLibExample.h"
int
FourtyFour
(
void
)
{
return
44
;
}