Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_rust
/
1832faa3f1058a27e8b6dd97f45162abe57e2bd6
/
.
/
test
/
cc_shared_library
/
lib.c
blob: 68024e823b94d71ae6ff7d691bdff4cc1a84c782 [
file
]
#include
"lib.h"
extern
int32_t
bar
();
int32_t
foo
()
{
return
bar
();
}