rules_cc/examples/shared_library_mvp/e.cc

6 lines
68 B
C++

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