Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Tests
/
XCTest
/
StaticLibExample
/
StaticLibExample.c
blob: 99e8b1994a28b05154cd235229e9ecface12bdc4 [
file
] [
log
] [
blame
] [
edit
]
#include
"StaticLibExample.h"
int
FortyFour
(
void
)
{
return
44
;
}