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
2bdc5d9a6b
rules_cc
/
examples
/
rule_based_toolchain
/
static_answer
/
static_answer.cc
6 lines
78 B
C++
Raw
Blame
History
#
include
"static_answer.h"
extern
"
C
"
int
static_answer
(
)
{
return
42
;
}
View Git Blame
Copy Permalink