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