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