Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_cc
/
3231dee4e6be22357c21325edcf70480aaadcea3
/
.
/
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