rules_cc/examples/test_cc_shared_library/qux2.cc

4 lines
77 B
C++

#include "examples/test_cc_shared_library/qux2.h"
int qux2() { return 42; }