cppcheck/test/cli/proj-inline-suppress-unused.../A.cpp

7 lines
44 B
C++

#include "B.hpp"
int main()
{
B b();
}