2
0
Fork 0
mirror of https://github.com/bazelbuild/rules_cc synced 2024-12-03 02:53:18 +00:00
rules_cc/examples/rule_based_toolchain/static_answer/static_answer.cc

6 lines
78 B
C++
Raw Normal View History

2024-09-06 17:40:32 +00:00
#include "static_answer.h"
extern "C" int static_answer() {
return 42;
}