Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0ad2e28a573a5174cf7ee7db8790e61519312d58
/
.
/
Tests
/
XCTest
/
StaticLibExample
/
StaticLibExample.c
blob: 99e8b1994a28b05154cd235229e9ecface12bdc4 [
file
]
#include
"StaticLibExample.h"
int
FortyFour
(
void
)
{
return
44
;
}