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