Sign in
bazel
/
rules_cc
/
refs/heads/main
/
.
/
tests
/
debug_files
/
lib.h
blob: b39863a0389a827d41a3c68f4c42557d7414d586 [
file
] [
edit
]
#ifndef
TESTS_DEBUG_FILES_LIB_HH_
#define
TESTS_DEBUG_FILES_LIB_HH_
namespace
lib
{
class
Lib
{
public
:
void
do_lib
();
};
}
#endif