This website requires JavaScript.
Explore
Help
Sign In
bazel
/
rules_cc
mirror of
https://github.com/bazelbuild/rules_cc
Watch
2
Star
0
Fork
You've already forked rules_cc
0
Code
Issues
Releases
Activity
oquenchil-patch-1
rules_cc
/
examples
/
test_cc_shared_library
/
a_suffix.cc
4 lines
85 B
C++
Raw
Permalink
Blame
History
#
include
"examples/test_cc_shared_library/a_suffix.h"
int
a_suffix
(
)
{
return
42
;
}
View Git Blame
Copy Permalink