7 lines
97 B
C++
7 lines
97 B
C++
|
#include "B.hpp"
|
||
|
|
||
|
B::B() {}
|
||
|
|
||
|
// cppcheck-suppress unusedFunction
|
||
|
void B::unusedFunctionTest() {}
|