2
0
mirror of https://github.com/boostorg/config.git synced 2026-02-16 01:12:22 +00:00
Files
config/test/config_test_c.c
2011-04-03 17:55:30 +00:00

10 lines
60 B
C

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