mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-12-03 02:53:18 +00:00
6 lines
78 B
C++
6 lines
78 B
C++
|
#include "static_answer.h"
|
||
|
|
||
|
extern "C" int static_answer() {
|
||
|
return 42;
|
||
|
}
|