cxxopts/test/link_a.cpp

7 lines
62 B
C++
Raw Normal View History

2017-10-17 10:30:29 +03:00
#include "cxxopts.hpp"
int main(int, char**)
{
return 0;
}