include_httplib.cc 212 B

12345
  1. // The sole purpose of this file is to include httplib.h in a separate
  2. // compilation unit, thus verifying that inline keywords have not been forgotten
  3. // when linked together with test.cc.
  4. #include <httplib.h>