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