hamlib/scripts/MSVC/2022/x64/hamlibTest/hamlibTest2.cpp

9 lines
140 B
C++
Raw Permalink Normal View History

// Test including rig.h in a 2nd file
#include <hamlib/rig.h>
2023-10-13 17:36:29 -05:00
// cppcheck-suppress unusedFunction
int testinclude()
{
return 0;
2023-10-13 17:36:29 -05:00
}