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