mirror of https://github.com/bazelbuild/rules_cc
9 lines
81 B
C
9 lines
81 B
C
|
#ifndef LIBRARY_A
|
||
|
#define LIBRARY_A
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string a();
|
||
|
|
||
|
#endif
|