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