mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
8 lines
140 B
C++
8 lines
140 B
C++
// Test including rig.h in a 2nd file
|
|
#include <hamlib/rig.h>
|
|
|
|
// cppcheck-suppress unusedFunction
|
|
int testinclude()
|
|
{
|
|
return 0;
|
|
}
|