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