rules_cc/examples/shared_library_mvp/f.cc

6 lines
68 B
C++

#include "f.h"
#include <string>
std::string f() { return "-f"; }