Sign in
bazel
/
rules_cc
/
0913abc3be0edff60af681c0473518f51fb9eeef
/
.
/
examples
/
test_cc_shared_library
/
bar.cc
blob: dd2da9951ff7fec7bf52db8972657134fd086860 [
file
]
#include
"examples/test_cc_shared_library/bar.h"
int
bar
()
{
return
42
;
}