Files
codeql/cpp/ql/test/query-tests/Metrics/Dependencies/LibB/libb_internal.h
2018-08-02 17:53:23 +01:00

12 lines
91 B
C++

// libb_internal.h
namespace libb
{
class thing
{
public:
thing();
~thing();
};
}