WSJT-X/boost/libs/config/test/config_test_c.c

10 lines
60 B
C

#include <boost/config.hpp>
int main()
{
return 0;
}