rules_cc/examples/test_cc_shared_library/qux.cc

4 lines
75 B
C++

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