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

7 wiersze
101 B
C++

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