boost/libs/config/test/config_test_c.c
2022-12-15 23:45:23 +08:00

10 lines
60 B
C

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