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

7 lines
101 B
C++
Raw Permalink Normal View History

// Test including rig.h in a 2nd file
#include <hamlib/rig.h>
int testinclude()
{
return 0;
}