mirror of
https://github.com/bazelbuild/rules_cc
synced 2024-11-28 21:34:00 +00:00
9 lines
81 B
C
9 lines
81 B
C
|
#ifndef LIBRARY_F
|
||
|
#define LIBRARY_F
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
std::string f();
|
||
|
|
||
|
#endif
|