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