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