Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_cc
/
da170e44c622256ee468e1af3852103a1184305b
/
.
/
tests
/
debug_files
/
lib.h
blob: b39863a0389a827d41a3c68f4c42557d7414d586 [
file
]
#ifndef
TESTS_DEBUG_FILES_LIB_HH_
#define
TESTS_DEBUG_FILES_LIB_HH_
namespace
lib
{
class
Lib
{
public
:
void
do_lib
();
};
}
#endif