Sign in
bazel
/
rules_cc
/
299299f82a5a26717f368110539b294370179ea0
/
.
/
examples
/
test_cc_shared_library
/
baz.cc
blob: 6e686e07bc11dea0d74de354261696454d42d259 [
file
] [
log
] [
blame
]
#include
"examples/test_cc_shared_library/baz.h"
int
baz
()
{
return
42
;
}